JumboCactuar
Well-known Member
- Joined
- Nov 16, 2016
- Messages
- 759
- Office Version
-
- 365
- Platform
-
- Windows
Hi,
im trying to keep a cell blank if 2 other cells are also blank
example:
A1 B1 - both blank
C1
ive tried the above but it just displays #value if 1 of the cells is blank
any help appreciated[/COLOR]
im trying to keep a cell blank if 2 other cells are also blank
example:
A1 B1 - both blank
C1
Code:
[COLOR=#333333]=IF(COUNTBLANK(A1:B1)=2,"",A1+B1)
ive tried the above but it just displays #value if 1 of the cells is blank
any help appreciated[/COLOR]