Quick question.
Is their a way to hide the cell data that is outputted from a formula, in this instance the '£' & '-' ? Capture.JPG
The formula within the cell is a simple =L14 -(L14*M14)
Thanks for your help.
Quick question.
Is their a way to hide the cell data that is outputted from a formula, in this instance the '£' & '-' ? Capture.JPG
The formula within the cell is a simple =L14 -(L14*M14)
Thanks for your help.
You could use conditional formatting to turn the text white if the result is zero...
try Conditional Formatting and match the font colour with the background colour of the cell.
- i.s.z -
CSE, aka Array aka { }, formulae are confirmed with CONTROL+SHIFT+ENTER.
Replace commas ( , ) with semicolons ( ; ) in formulae, if your locale setting demands.
All good ideas are courtesy resources from this forum as well as others around the web.
- e.o.m -
Or do you just want to show a blank if there is no value yet? If so maybe this:
=IF(L14="","",L14 -(L14*M14))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks