Excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

from conditional formula, how can i create a formula IF D20 <= E20, Then will
display tick. else will display, cross tick
 
One play ..
In say, F20:
=IF(D20<=E20,"a","r")
Format F20 with "Marlett" font
 
You cannot do this using CF.

You would have to go to event code in my opinion.


Gord Dibben MS Excel MVP
 
Very good Max.

I had some event code worked out that did the same thing but the in-cell formula
is easier for OP.


Gord
 

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