How can i stop empty linked cells showing a value of 0 and just have them show up as a empty cell instead?
Thanx in advance
How can i stop empty linked cells showing a value of 0 and just have them show up as a empty cell instead?
Thanx in advance
hi you could use an if statement such as
=if(A1=0,"",A1)
or
=if(A1-B1=0,"",A1-B1)
Thank you , that worked pefectly.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks