Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have the following formula which returns the value +1 Row from the cell
I'm expecting the value to be Returned from =IF(SUMPRODUCT(--(Consol.SalesDate=E$2)*(Consol.Restaurants=1234)*R OW(Consol.Comments))=0,"",INDEX(Consol.Comments,SU MPRODUCT(--(Consol.SalesDate=E$2)*(Consol.Restaurants=1234)*R OW(Consol.Comments)))) The "Consol.Comment" I'm expecting to be returned is what resides in Cell J2, however it returns what is in J3 and from what I can see, it is always out +1 Row for all my expected cells All my range names are dynamic and feed off "Consol.SalesDate" which is ranged as below =OFFSET(Consol!$B$1,1,0,COUNTA(Consol!$B:$B),1). As an example the Range name setting for "Consol.Comments" is =OFFSET(Consol.SalesDate,0,8) Note all my data starts in Row2, I've Headers in Row1 Am I doing something wrong? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem With Reference Update | Excel Worksheet Functions | |||
Waiting for data to be returned from Microsoft Query | Excel Discussion (Misc queries) | |||
Copy an Drag cell Formula Problem | Excel Discussion (Misc queries) | |||
problem office assistant | Excel Discussion (Misc queries) | |||
Excel SQL.Request restricts data returned to array | Excel Worksheet Functions |