Hi,
I am trying to create a summary formula for Work-in-Progress (WIP) value on a KPI summary sheet, using data on a secondary sheet. I need the formula to do the following:
- Only look up values that have a WIP% figure greater than 0
- If a WIP% figure is available, divide the total value by the WIP%
- Add all of these results together to establish a value of jobs in WIP
I have created this formula which can find out line-by-line =IF({Tippa WIP} > 0, {Tippa WIP} / {Tippa Value}, ""), but wondering if there is a "SUMIFS" formula that can do this on the whole column/sheet as well?