FrumpyJones
New Member
- Joined
- Feb 11, 2008
- Messages
- 43
I have the following formula that works fine to either give me a result or leave a cell blank if the value is zero:
=IF(SUM(OneTable[@[07/01/24]],TwoTable[@[07/01/24]],ThreeTable[@[07/01/24]],FourTable[@[07/01/24]])=0,"",(SUM(OneTable[@[07/01/24]],TwoTable[@[07/01/24]],ThreeTable[@[07/01/24]],FourTable[@[07/01/24]]))
At the bottom of the column I have it showing me the average of all cells which also works fine. For this example, let's say 6.33
I then wanted to do conditional formatting where if any cell in the column was Greater than the average, yellow fill it. Which works great UNTIL I get to the "null" items. It's filling them all with yellow.
I thought maybe put another rule after the first that had a simple formula of ="" no fill, but that did not work. Tried it above and below the first rule and with the "stop if true" checked and unchecked and changed nothing.
Guessing I'm missing something simple, which is why I come to you on bended knee for help.
=IF(SUM(OneTable[@[07/01/24]],TwoTable[@[07/01/24]],ThreeTable[@[07/01/24]],FourTable[@[07/01/24]])=0,"",(SUM(OneTable[@[07/01/24]],TwoTable[@[07/01/24]],ThreeTable[@[07/01/24]],FourTable[@[07/01/24]]))
At the bottom of the column I have it showing me the average of all cells which also works fine. For this example, let's say 6.33
I then wanted to do conditional formatting where if any cell in the column was Greater than the average, yellow fill it. Which works great UNTIL I get to the "null" items. It's filling them all with yellow.
I thought maybe put another rule after the first that had a simple formula of ="" no fill, but that did not work. Tried it above and below the first rule and with the "stop if true" checked and unchecked and changed nothing.
Guessing I'm missing something simple, which is why I come to you on bended knee for help.