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!
-
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
-
Help Article Resources
Categories
Check out the Formula Handbook template!