Can i use conditional formating on a cell when it contains a formula?

  • Thread starter Thread starter sit
  • Start date Start date
Hi
the reason for this is that thie formula returns a string and not a
numeric value. Change the formula to:
=--mid(text(a1;"0000000000.00");1;1)
 
OR ...

Change your Conditional formula to:

="0"

*IF* you really want the characters to remain as text.
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

Hi
the reason for this is that thie formula returns a string and not a
numeric value. Change the formula to:
=--mid(text(a1;"0000000000.00");1;1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top