Hi friend
good day, I need help with a few issues on my formula
I have used SUMIFS in my data summary sheet to sum multiple sheets In columns C, D, E, and G, H, I, but the problem I am having now is that where there is "zero" I need it to be a blank cell
Also, I don't know if my formula in column J is right as I need to sum Column G & H and then Subtract Column I to have the balance. in column J
Appreciate support from the team
Thanks & Regards
good day, I need help with a few issues on my formula
I have used SUMIFS in my data summary sheet to sum multiple sheets In columns C, D, E, and G, H, I, but the problem I am having now is that where there is "zero" I need it to be a blank cell
Also, I don't know if my formula in column J is right as I need to sum Column G & H and then Subtract Column I to have the balance. in column J
Appreciate support from the team
Thanks & Regards
Weekly Dispatch CCU Report July 2023.xlsx | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | J | |||
3 | Date | Outstanding CCU from previous day | New CCU's ready for shipment for the day | Dispatched CCU's for the day | Balance CCU's (end of the day) | Outstanding loose cargo from previous day | New cargo ready for shipment for the day | Dispatched loose cargo for the day | Balance Loose cargo (end of the day) | ||
4 | 01-Jul | 660 | 5 | 29 | 636 | 443 | 0 | 0 | 443 | ||
CCU Summary Report |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B4 | B4 | =IFERROR(VLOOKUP(CHEMICAL!C4,CHEMICAL!C4:C36,1,0),"") |
C4:E4,H4:I4 | C4 | =SUMIFS(CHEMICAL!D$4:D$60000,CHEMICAL!$C$4:$C$60000,'CCU Summary Report'!$B4)+SUMIFS('M&H'!C$4:C$60000,'M&H'!$B$4:$B$60000,'CCU Summary Report'!$B4) |
F4 | F4 | =IFERROR(1/(1/SUM(C4:D4))-E4,"") |
G4 | G4 | =IFERROR(SUMIFS(CHEMICAL!H$4:H$60000,CHEMICAL!$C$4:$C$60000,'CCU Summary Report'!$B4)+SUMIFS('M&H'!G$4:G$60000,'M&H'!$B$4:$B$60000,'CCU Summary Report'!$B4),"") |
J4 | J4 | =IFERROR(1/(1/SUM(G4+H4))-I4,"-") |