Hi
I need to know a way of doing a COUNTIF function with two conditions inside it, my current formula is, and I want to add another check to range 'Master data'!P$6:P$156 = "someText". I only want it to be counted if both conditions are true.=COUNTIF('Master data'!BN$6:BN$156,CONCATENATE("<=",$B19))
I hope this makes sense,
Thanks in advance
Dale.
Hi,
Try this:
=SUMPRODUCT(('Master data'!BN$6:BN$156<=$B19)*('Master data'!P$6:P$156 = "someText"))
Please disregard anything in the above post. It may well have been edited without my consent, as has been the case with several posts and threads recently.
Hi and welcome to the board
try =sumproduct((range1=condition1)*(range2=condition2))
This kind of question has already been asked many times on the forum. Forum's Search should yield lots of results)
Cheers
Quoting entire posts clutters the forum and makes threads hard to read !
If you are pleased with a member's answer then use the Star icon to rate it
Click here to see forum rules
Thanks guys! Much appreciated!
Here is a nice explanation on this fucntion
Quoting entire posts clutters the forum and makes threads hard to read !
If you are pleased with a member's answer then use the Star icon to rate it
Click here to see forum rules
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks