COUNTIFS | 2 CRITERIA FROM SAME COLUMN | REFERENCE SHEET
Kind Sir/Madam,
Greatly appreciate any help on the following:
I created an extra sheet with formula's so I can have them displayed in a dashboard without having to add all kind of formulas and outcome of these formulas in my source sheet. My goal is to count the number of "approved" and "completed" quotations (same column) in a reference sheet.
Short crash course in Dutch:
AANVAARD means approved
AFGEROND means completed
With one criteria it works fine:
=COUNTIF({Fase}; "AFGEROND")
But when I add the second criteria, please note it has to be either the first "AANVAARD" or "AFGEROND"
I've tried to use the @cell way as was advised by Brian W in this article :
=COUNTIFS({Fase}; @cell = "AANVAARD", {Fase}; @cell = "AFGEROND"))
but I get an "UNPARSEABLE" error
I also tried this:
=COUNTIFS({Fase}; "AANVAARD"; {Fase}; "AFGEROND")
but ofcourse it comes up with zero, so I added OR to the formula:
=COUNTIFS({Fase}; "AANVAARD"; OR {Fase}; "AFGEROND")
I called Smartsheet for help. Very friendly staff but they needed some time to figure out the formula and I just cannot stand it them I'm not able to figure this one out.
Thanks for the help, much appreciated.
Kind regards,
Mike
Comments
-
Ah man, bullseye !! thank you Nic. Would you be willing to help me out on the next one too?
Now I know the number of definitive quotations/bookings that have the status "approved" or "completed". But here's where it gets tricky (for me at least) now I have to display the amount (in Dutch "offertebedrag") of these "approved: or "completed" bookings in euros of all future bookings.
So far I came up with a formula for only 1 criteria "AANVAARD" but no luck up untill now:
=SUMIFS({Offertebedrag}; {Fase}; "AANVAARD"; {Datum boeking} >= TODAY(0); {Offertebedrag})
-
Managed to figure it out, thanks for help. It's 01:30 AM in my country and because of your help I can now get some sleep :-) I'm a newbee to this community but it's always nice to see people help each other out. Thanks again. Take care. Bye.
-
Perfect glad to help. This is the best place to learn. Lots of good folks here to assist.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!