Hi everyone. I need some help combining a formula. The formula I have below works for me, but there is 1 part that is manually entered which is highlight in red below
=COUNTIFS('Roster Engagement'!D1:FM1,">="&C11,'Roster Engagement'!D1:FM1,"<="&D11,'Roster Engagement'!D15:FM15,'Roster Engagement'!B57)
The D15:FM15 is the row reference which is currently manually done. It is tied to a name so different name, different row number. The formula below automatically retrieves the proper row number when the same is selected:
=VLOOKUP(B2,'Roster Engagement'!A1:IO50,249,FALSE)
I am decent at excel, but simply cannot get the 2 statements combined to fully automate My thought are:
=COUNTIFS('Roster Engagement'!D1:FM1,">="&C11,'Roster Engagement'!D1:FM1,"<="&D11, VLOOKUP(B2,'Roster Engagement'!A1:IO50,249,FALSE) ,'Roster Engagement'!B57)
Any ideas? Thanks in advance!
=COUNTIFS('Roster Engagement'!D1:FM1,">="&C11,'Roster Engagement'!D1:FM1,"<="&D11,'Roster Engagement'!D15:FM15,'Roster Engagement'!B57)
The D15:FM15 is the row reference which is currently manually done. It is tied to a name so different name, different row number. The formula below automatically retrieves the proper row number when the same is selected:
=VLOOKUP(B2,'Roster Engagement'!A1:IO50,249,FALSE)
I am decent at excel, but simply cannot get the 2 statements combined to fully automate My thought are:
=COUNTIFS('Roster Engagement'!D1:FM1,">="&C11,'Roster Engagement'!D1:FM1,"<="&D11, VLOOKUP(B2,'Roster Engagement'!A1:IO50,249,FALSE) ,'Roster Engagement'!B57)
Any ideas? Thanks in advance!