I am using a COUNTIF formula to pull information from a worksheet. Depending on what is selected in two lists.
List 1 contains (cell G5): All Qtrs, Q1, Q2, Q3 and Q4
List 2 contains (cell G4): All Reports, R1, R2, R3 and R4
The formula I am using at present works, as the data is on the same worksheet:
=COUNTIFS('Report Schedule 2023-24'!$A$3:$A 234,IF($G$5="All Qtrs","?*",$G$5),'Report Schedule 2023-24'!$E$3:$E234,IF($G$4="AIl Reports","?*",$G$4),'Report Schedule 2023-24'!SH$3:SH234,B7,'Report Schedule 2023-24'SPS3:SP284"<>")
The difficulty I am having is adjusting the formula, as I want it to pull data from another worksheet called ‘Audit Review’ when R2 is selected in list 2. List 1 will also need to work with this worksheet.
The Audit Review worksheet is a duplicate of the Report Schedule worksheet, cell have same information criteria etc.
How do I adjust the formula to do this?
I hope this make sense, as it difficult to explain.
Thanks Matt
List 1 contains (cell G5): All Qtrs, Q1, Q2, Q3 and Q4
List 2 contains (cell G4): All Reports, R1, R2, R3 and R4
The formula I am using at present works, as the data is on the same worksheet:
=COUNTIFS('Report Schedule 2023-24'!$A$3:$A 234,IF($G$5="All Qtrs","?*",$G$5),'Report Schedule 2023-24'!$E$3:$E234,IF($G$4="AIl Reports","?*",$G$4),'Report Schedule 2023-24'!SH$3:SH234,B7,'Report Schedule 2023-24'SPS3:SP284"<>")
The difficulty I am having is adjusting the formula, as I want it to pull data from another worksheet called ‘Audit Review’ when R2 is selected in list 2. List 1 will also need to work with this worksheet.
The Audit Review worksheet is a duplicate of the Report Schedule worksheet, cell have same information criteria etc.
How do I adjust the formula to do this?
I hope this make sense, as it difficult to explain.
Thanks Matt