Hi guys.
This is my first post on this forum, but I have been following for a while.
I have a workbook with two sheets "DATA" and "OVERVIEW".
In DATA I have a bunch of different arrays:
Colm. A: Unit identifier (eg. Shampoo)
Colm. B: Dates (03-12-2004)
Colm. C: User identifier (eg. Michael)
In OVERVIEW:
Colm. A: Unit identifier (eg. Shampoo rows 2-81, then Conditioner for the next 80 rows, etc.)
Colm. B. User identifier (eg. Michael, Lars, etc. (there is a total of 80 users), repeating for all types of units).
Row 1: Dates
So what I am trying to do is:
=IF(AND(DATA!$A:$A=$A4;DATA!$B:$B=$B4;DATA!$C:$C=C$1);DATA!$K:$K;"")
DATA!$A:$A is the unit array in DATA sheet
$A4 is one of the units, that occurs in the data array in DATA sheet
If this unit actually is in array A:A in DATA, then if:
DATA!$B:$B is the user identifier array in DATA sheet
$B4 is one of the user names, that occurs in the data array in DATA sheet
If the user actually occurs in the B:B array of DATA and the unit from A4 is in the same row, then if the date in C1 is in the same row as where the unit and name was identified:
DATA!$C:$C=C$1
Return the cell value of the given row from column K in DATA.
DATA!$K:$K
However, nothing is returned - where am I failing?
Im desperat for your help![]()
Bookmarks