Thread: Cell Value
View Single Post
  #2   Report Post  
Cutter
 
Posts: n/a
Default


Hopest

Welcome to the forum.

The answer to your question is Yes

For example: if you want a value in cell C5 to be 10 if A1 is "May" but
you want it to be 20 if A1 is "June" then the formula you put in C%
would be
=IF(A1="May",10,IF(A1="June",20,""))

Provide details as to what exactly you want Excel to do and you'll get
your question answered in specific detail.


--
Cutter
------------------------------------------------------------------------
Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848
View this thread: http://www.excelforum.com/showthread...hreadid=374144