trying to add after the selection is completed
Using this formula to produce the table below: =COUNTIFS({Business Area}, $Label@row, {IT Sizing}, [Column2]$19)
The data in the table is accurate, however I want the values in the table to be the hours needed to complete the tasks.
The column name for the hours is called "Est Hours".
If Business area is "Payroll" and "IT Sizing" = "XS" and then multiply the number found by the value in column "Sizing Metric"
What's the best formula to use?
Best Answer
-
I answered my own question. In case someone else needs to know how to do this, here's the formula I used:
=SUM([Column2]35 * (COUNTIFS({Imp Group}, $Label@row, {IT Sizing}, [Column2]$29)))
This formula will multiple the value I have in Column 2 row 35 by the results of my countifs formula.
Answers
-
I answered my own question. In case someone else needs to know how to do this, here's the formula I used:
=SUM([Column2]35 * (COUNTIFS({Imp Group}, $Label@row, {IT Sizing}, [Column2]$29)))
This formula will multiple the value I have in Column 2 row 35 by the results of my countifs formula.
-
Hey @toni.toni601
Thanks for posting your solution!
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
My pleasure... I have another question out there that I just can't seem to figure out, if you can help :-) Trying to copy a multi select cell data into another cell once criteria is met. I have no idea what formula to use for that
-
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!