Hi all,
I am hoping one of you great people can help with a simple problem (I think) that I can’t get my head around.
I am trying to use a COUNTIFS statement alongside a HLOOKUP.
In Sheet 1 in columns C to F, I want to count the ‘Modules’ (Test1 to Test8) in Sheet 2 that = 1. The First condition is if Sheet1 column A is 1 in Sheet2 column J, and the third is if Sheet1 C3 is 1 in Sheet2 column N.
The items in red below probably best show the conditions:-
I have this formula that works, (an example in Sheet1 C4)
Unfortunately, the above formula is quite manual for setting up columns J & N – particularly if a new Module is added. Ideally, I would like some type of HLOOKUP for conditions 1 & 3 to do the count
Any ideas greatly appreciated
I am hoping one of you great people can help with a simple problem (I think) that I can’t get my head around.
I am trying to use a COUNTIFS statement alongside a HLOOKUP.
In Sheet 1 in columns C to F, I want to count the ‘Modules’ (Test1 to Test8) in Sheet 2 that = 1. The First condition is if Sheet1 column A is 1 in Sheet2 column J, and the third is if Sheet1 C3 is 1 in Sheet2 column N.
The items in red below probably best show the conditions:-
I have this formula that works, (an example in Sheet1 C4)
Excel Formula:
=COUNTIFS(Sheet2!J:J,1,Sheet2!I:I,"Slice1",Sheet2!N:N,1)
Unfortunately, the above formula is quite manual for setting up columns J & N – particularly if a new Module is added. Ideally, I would like some type of HLOOKUP for conditions 1 & 3 to do the count
Any ideas greatly appreciated