Excel Function

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I have a value in cell H4 of $1.95 I want to have this cell change it's
value to $0.00 If I type in a Y in cell O4 and if possible back to
$1.95 if I remove the Y from O4. I have not been able to do any of
this and it is driving me crazy. Anyone have any ideas?
 
Mark,

In H4, put

=IF(O4="Y",1.95,0)

and form at the cell a currency.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

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

Similar Threads

Excel IF Function 5
complicated sumproduct. 1
CF 5
INDIRECT reference or ? 8
repeating values 1
Help with complex formula 2
Complex Formula 6
Another Macro Question 9

Back
Top