Sumifs error formula when summing duration time
HI, I have a metric sheet where it is comparing to see person exists on another sheet and if so calculate the durations assigned against all their tasks.
I get an #UNPARSEABLE in the formula that I cant figure out. Can anyone advise?
=SUMIFS({Michael Johnson Assigned to}, [IT Personnel w no Email]@row, {Michael Johnson duration}, >1)
This is my target sheet
This is my source sheet
Thanks
Best Answer
-
Hi @Graeme Baxter,
Try changing your formula to this: =SUMIFS({Michael Johnson duration}, {Michael Johnson Assigned to}, [IT Personnel w no Email]@row, {Michael Johnson duration}, @cell > 1)
I am assuming you are failing on {Duration} because you don't have that as a reference.
Hope this helps,
Dave
Answers
-
Hi@ Graeme Baxter,
please try the following formula :
=SUMIFS({Duration}, {Assign To}, [IT Personnel w no Email]@row, {Duration}, @cell > 1)
the following is the database sheet :
and this is the target sheet:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Appreciate your time.
I did as you suggested but I get a #INVALID REF
=SUMIFS({Duration}, {Michael Johnson Assigned to}, [IT Personnel w no Email]@row, {Michael Johnson duration}, @cell > 1)
Do I have something wrong here?
-
Hi @Graeme Baxter,
Try changing your formula to this: =SUMIFS({Michael Johnson duration}, {Michael Johnson Assigned to}, [IT Personnel w no Email]@row, {Michael Johnson duration}, @cell > 1)
I am assuming you are failing on {Duration} because you don't have that as a reference.
Hope this helps,
Dave
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!