A
Arvi Laanemets
Hi
I have a workbook where various items (computers, monitors, printers, etc.)
are registered. Every item has a unique ID in format "Cyyyymmdd###" (Item
group+purchase date+3-character number. For every item group (a different
1st character) exists a separate sheet with different column collection. In
every of those tables the leftmost column (A:A) is ItemID, and there exists
a column User in every table.
On additional sheet (let it be Movements) all user changes are registered
RecNo, ItemGroup, ItemID, Date, User
<RecNo, p.e. A2=IF(C2="","",ROW()-1)> is calculated automatically
On item sheets, I need the latest user (with latest date for this item) from
Movements for every item to be displayed. The problem is, that the return
value is string - so SUMPRODUCT is not an option.
Thanks in advance for any help
I have a workbook where various items (computers, monitors, printers, etc.)
are registered. Every item has a unique ID in format "Cyyyymmdd###" (Item
group+purchase date+3-character number. For every item group (a different
1st character) exists a separate sheet with different column collection. In
every of those tables the leftmost column (A:A) is ItemID, and there exists
a column User in every table.
On additional sheet (let it be Movements) all user changes are registered
RecNo, ItemGroup, ItemID, Date, User
<RecNo, p.e. A2=IF(C2="","",ROW()-1)> is calculated automatically
On item sheets, I need the latest user (with latest date for this item) from
Movements for every item to be displayed. The problem is, that the return
value is string - so SUMPRODUCT is not an option.
Thanks in advance for any help