IF AND FORMULA CROSS REFERENCING ANOTHER SHEET
Sorry folks, me again
I am trying to get and if and formula to work that references values in another sheet but keep getting 'INCORRECT ARGUMENT SET'
I can get both parts to work separately but cannot get them to combine to give a single result
part one works ok =COUNTIF({0-5 IMMSUNISATIONS Range 2}, =0)
part two works ok =COUNTIF({0-5 IMMSUNISATIONS Range 3}, ="DATES MISSING")
But this doesn't work at all. I could cheat and use the 2 helper columns in the destination cheat that do work and just take one away from the other but i'd rather have it all in one formula and it be cleaner
=COUNTIF(AND({0-5 IMMSUNISATIONS Range 2}, =0, {0-5 IMMSUNISATIONS Range 3}, ="DATES MISSING"))
Answers
-
You need a COUTNIFS (with the "S" on the end) to be able to use multiple range/criteria sets. You would also need to get rid of the AND function as it is "built in" to the COUNTIFS.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!