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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!