#Invalid Operations
I have what I thought is a simple formula, but I get the #Invalid Operations
Best Answer
-
You're missing the second cross-sheet range which tells the formula what column to look into to find the month.
Ex:
=COUNTIFS({Elevated Bid Proposal}, "Bid", {Bid Due Date Column}, IFERROR(MONTH(@cell), 0) = [Month Number]@row)
Note that I also wrapped an IFERROR around the MONTH function in case there are blank cells in your Due Date column. Does this make sense?
Cheers!
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Answers
-
Hi Shannon,
The way I understand the COUNTIFS Function is that there needs to be a criterion for each range.
Maybe the "= [Month..." in the formula needs to change to " , = [Month.. " as it seems to me the 2nd range MONTH(@cell) needs the criterion of [Month Number]1 ?
Hope this helps?
Hope this helps and that you have a great day,
Jason Albrecht MBA, MBus(AppFin), DipFinMgt
LinkedIn profile - Open to work
-
@Paul Newcome Hi could you please take a look at my formula and see what I am doing wrong. When I remove the date aspect of the formula is works. I cant figure out what the issue with the date is?
Thanks so much
-
You're missing the second cross-sheet range which tells the formula what column to look into to find the month.
Ex:
=COUNTIFS({Elevated Bid Proposal}, "Bid", {Bid Due Date Column}, IFERROR(MONTH(@cell), 0) = [Month Number]@row)
Note that I also wrapped an IFERROR around the MONTH function in case there are blank cells in your Due Date column. Does this make sense?
Cheers!
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
-
@Genevieve P. Thank you that worked.
-
@Shannon Lacerda My apologies for the delayed response. Things have been pretty busy lately. It looks like Genevieve was able to help you out.
@Genevieve P. Thanks again for picking up when I am slacking off. Haha
-
Haha, not slacking! This is a community after all - it takes teamwork. 🙂
I'm glad that worked for you, @Shannon Lacerda!
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!