Quick CountIfsquery Please
Hello,
Hoping somebody can make my life easier please.
I'm currently using the following countifs formula:
=COUNTIFS({CoCode}, "114", {Status.}, "Not Started")
What can I change it to so I don't have to manually enter a new co. code(eg 114) and status (eg Not Started) every time? Imagine there is some way I can just tell the formula to include the text inside a certain cell and then drag it down/across etc.
This is what it looks like currently for reference.
Thank you
Best Answer
-
You would use somethign along the lines of:
=COUNTIFS({CoCode}, $[Column7]@row, {Status.}, [Column8]$15)
Just change the 15 after [Column8]$ to whatever row number has that text in it. Then you can dragfill down and to the right.
Answers
-
Highlight the quoted Not Started part. Then just click on the cell with Not Started in it. It should put the cell number into the formula. Now just move your cursor over the cell with the formula until you see the plus cursor and then hold down the mouse button and drag across.
Jonathan Sanders, CSM
"Change is always scary because it is unknown, but facing the unknown is what makes us stronger."
-
You would use somethign along the lines of:
=COUNTIFS({CoCode}, $[Column7]@row, {Status.}, [Column8]$15)
Just change the 15 after [Column8]$ to whatever row number has that text in it. Then you can dragfill down and to the right.
-
Thanks so much all.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!