Which formula do I use?

I used the following formula =COUNTIFS({Imp Group},Label@row, [{IT Sizing}, [IT Sizing]1) for the table data below. I keep getting unparseable. What am I doing wrong?
Source Column Title for Rows Day 0, Day 1 & Day 2 is "Imp Group".
Source Column for title is "IT Sizing"
Best Answers
-
@toni.toni601 I think the square bracket in front of the first {IT Sizing} is out of place or not needed at all.
dm
-
@toni.toni601 You removed the range for the second condition, so you have nothing to match against the second criterion. I think you need:
=COUNTIFS({Imp Group}, Label@row, {IT Sizing}, [IT Sizing]1)
dm
Answers
-
@toni.toni601 I think the square bracket in front of the first {IT Sizing} is out of place or not needed at all.
dm
-
Thanks for your help
I changed to =COUNTIFS({Imp Group}, Label@row, [IT Sizing]1) and how get error message #incorrect argument set. What is it looking for?
also... Is this the best formula to use?
-
@toni.toni601 You removed the range for the second condition, so you have nothing to match against the second criterion. I think you need:
=COUNTIFS({Imp Group}, Label@row, {IT Sizing}, [IT Sizing]1)
dm
-
GREAT!!! I changed to: =COUNTIFS({Imp Group}, Label@row, {IT Sizing}, [IT Sizing]1)
Worked PERFECT!! thank you so much...
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 486 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 498 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!