Sunshine8790
Board Regular
- Joined
- Jun 1, 2021
- Messages
- 86
- Office Version
- 365
- Platform
- Windows
I have a column that totals the amounts of 31 other columns based on value in those cells.
It works great, but there are so many rows of data that looking at a bunch of 0s for all the cells that have no data to return is eye boggling.
I'd like to edit the formula to include the "IF" function to return "" (blank) - or even "N/A" instead of 0 when there is no data.
I'm not sure how. I keep trying but I keep getting errors, so I'm looking for help.
This is my original formula I want to add the IF statement to:
Anyone able to edit that for me to return a blank instead of a 0?
Much appreciated in advance.
It works great, but there are so many rows of data that looking at a bunch of 0s for all the cells that have no data to return is eye boggling.
I'd like to edit the formula to include the "IF" function to return "" (blank) - or even "N/A" instead of 0 when there is no data.
I'm not sure how. I keep trying but I keep getting errors, so I'm looking for help.
This is my original formula I want to add the IF statement to:
Excel Formula:
=COUNTIFS(B5:AF5,"V")+COUNTIFS(B5:AF5,"P")+COUNTIFS(B5:AF5,"O")+COUNTIFS(B5:AF5,"L")+COUNTIFS(B5:AF5,"B")+COUNTIFS(B5:AF5,"J")+COUNTIFS(B5:AF5,"F")+COUNTIFS(B5:AF5,"M")+COUNTIFS(B5:AF5,"T")+COUNTIFS(B5:AF5,"H")/2
Anyone able to edit that for me to return a blank instead of a 0?
Much appreciated in advance.