Hi
Need some help.
I have a spreadsheet where I enter client codes in col B. I note whether they are a referral in col C, however this is preset to "No")
I want to count all the clients that are not a referral.
SO i am trying to find a formula which is something like: IF there is a value in col B, count it if the value in Col C is "No)
Ive tried =IF(B3:B52="*", COUNTIF(C3:C52, "No")) but its wrong.
See attached a file, grateful for any help
thanks
Nik
Try this:
=SUMPRODUCT(--(B3:B52<>0),--(C3:C52="No"))
"Relax. What is mind? No matter. What is matter? Never mind!"
Thanks
Out of interest is it possible to perform the calculation with a nested IF & COUNTIF?
You can do that with array function, but this is better.
For non-array you need to add one more row...
Look example
clients(1).xls
First solution is continuous so you look max, second sum (or count)
"Relax. What is mind? No matter. What is matter? Never mind!"
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks