View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ken Hudson Ken Hudson is offline
external usenet poster
 
Posts: 186
Default Change text based on other cell criteria?

Hi,
Not sure where you are going with this question, but...

Assume that D1=50 and C1=10.
In F1 enter: IF(D1-C130,"Change","")
The result will be the word "Change" in F1.
If D1-C1 is not 30, then F1 will remain blank.
--
Ken Hudson


"ansoriano1" wrote:

If d1 - c1 30 then I want to change the value of F1 -
how do I do this?