collegeitdept
Board Regular
- Joined
- Nov 14, 2008
- Messages
- 185
View data source here:
https://skydrive.live.com/redir.aspx...ATK6iYb-fMg5LA
I need a formula like the SUMPRODUCT (multiple criteria) then skip the blanks (rows) cells.
ie: =IF(ROWS(U$3:U3)<=$U$2,INDEX($A$3:$A$18,
SMALL(IF(1-(INDEX($E$3:$I$18,0,
MATCH(U$1,TEXT($E$1:$I$1,"dddd"),0))=""),
ROW($A$3:$A$18)-ROW($A$3)+1),ROWS(U$3:U3))),"")
The formula i need would be to list only the centers for the Weekday Wednesday (Column G) based on Location variable (Column B) and Number (Column C).
Main Worksheet:
Column A Column B
Today Day: weekday(today)
Location: Lancaster - 9932
Number: 3300708
Formula listings...
For the weekday (wednesday Column G) variable... it will also have change based on today weekday number.... So on Thursday it will have to search for Thursday on the data sheet which is Column H.
Thanks.
https://skydrive.live.com/redir.aspx...ATK6iYb-fMg5LA
I need a formula like the SUMPRODUCT (multiple criteria) then skip the blanks (rows) cells.
ie: =IF(ROWS(U$3:U3)<=$U$2,INDEX($A$3:$A$18,
SMALL(IF(1-(INDEX($E$3:$I$18,0,
MATCH(U$1,TEXT($E$1:$I$1,"dddd"),0))=""),
ROW($A$3:$A$18)-ROW($A$3)+1),ROWS(U$3:U3))),"")
The formula i need would be to list only the centers for the Weekday Wednesday (Column G) based on Location variable (Column B) and Number (Column C).
Main Worksheet:
Column A Column B
Today Day: weekday(today)
Location: Lancaster - 9932
Number: 3300708
Formula listings...
For the weekday (wednesday Column G) variable... it will also have change based on today weekday number.... So on Thursday it will have to search for Thursday on the data sheet which is Column H.
Thanks.