redspanna
Well-known Member
- Joined
- Jul 27, 2005
- Messages
- 1,604
- Office Version
- 365
- Platform
- Windows
Hi all
So with above example data, how can I change the formula in thru column I so that if the formula thru column G returns a BLANK value, then the value in column I is also BLANK
At the moment as you can see if any value in column G is BLANK a zero (0) is shown in column I - I'd like this to be blank
Thanks in advance
Cell Formulas | ||
---|---|---|
Range | Formula | |
A4 | A4 | =EOMONTH(TODAY(),-1)+1 |
D6:D21,I6:I21 | D6 | =SUMIFS(Data!$F$2:$F$8000,Data!$A$2:$A$8000,DATE(YEAR(TODAY()),MONTH(TODAY()),C6)) |
E6:E21 | E6 | =D6-Pivots!F2 |
J6:J21 | J6 | =I6-Pivots!F18 |
F12 | F12 | =IF(A10="","",IF(MONTH(A10+1)<>MONTH(A10),"",A10)) |
B6 | B6 | =IF($A$4="","",IF(MONTH($A$4+1)<>MONTH($A$4),"",$A$4)) |
B7:B21,G7:G21 | B7 | =IF(B6="","",IF(MONTH(B6+1)<>MONTH(B6),"",B6+1)) |
G6 | G6 | =IF(B21="","",IF(MONTH(B21+1)<>MONTH(B21),"",B21+1)) |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
J6:J21 | Other Type | Icon set | NO | |
E6:E21 | Other Type | Icon set | NO |
So with above example data, how can I change the formula in thru column I so that if the formula thru column G returns a BLANK value, then the value in column I is also BLANK
At the moment as you can see if any value in column G is BLANK a zero (0) is shown in column I - I'd like this to be blank
Thanks in advance