Looking for a report that shows file status by employee
Best Answer
-
Hi @spothier1,
Use a COUNTIFS formula:
=COUNTIFS({Owner},"Full Name",{Status},[Primary Column]@row)
Or looking at your example:
=COUNTIFS({RFP Tracker Range 1},[Column2]$21,{RFP Tracker Range 2},[Primary Column]@row)
In the latter case you will obvious need to change the column for the first criteria as you move across to the different names.
Hope this helps, if you have any problems/questions then just post! 🙂
Answers
-
Hi @spothier1,
Use a COUNTIFS formula:
=COUNTIFS({Owner},"Full Name",{Status},[Primary Column]@row)
Or looking at your example:
=COUNTIFS({RFP Tracker Range 1},[Column2]$21,{RFP Tracker Range 2},[Primary Column]@row)
In the latter case you will obvious need to change the column for the first criteria as you move across to the different names.
Hope this helps, if you have any problems/questions then just post! 🙂
-
thank you!!!! that worked perfect!
-
Hii!! what if i wanted to count the number of times Gurmeet has a file with the name legal, but only if the status isnt complete?
Something like this?
=COUNTIFS({RFP Tracker Range 4} <= "complete", {RFP Tracker Range 1}, [Column2]1, {RFP Tracker Range 2,[Primary Column]@row})
-
Amend your formula slightly:
=COUNTIFS({RFP Tracker Range 4} <> "Complete", {RFP Tracker Range 1}, [Column2]1, {RFP Tracker Range 2,[Primary Column]@row})
"Complete" isn't a numerical value, so you can't use "<=" (equal to or less than). "<>" functions for "not equal to".
That said - does your data also have the * included? If so, you would need to use "Complete*" instead.
-
Oh yes, ill fix that, i used the below and got #invalid operation
-
Not 100% sure why you're getting an error.
With these cross sheet references referring to the columns on your data sheet I am not getting any errors using this formula:
=COUNTIFS({Status}, <>"Complete", {Owner}, [Column2]1, {Procurement Instrument}, [Primary Column]@row).
Data for practice:
Cross sheet:
I'd double check your data ranges and see if anything leaps out as slightly off.
-
got it!! was missing a , :D lol thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!