View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Trevor Shuttleworth Trevor Shuttleworth is offline
external usenet poster
 
Posts: 1,089
Default Conditional Formula

=IF(OR(A3="HOUR",A3="DAY"),A1*A2,IF(A3="FIXED",A2, ""))

Regards

Trevor


"tqdinh22" wrote in
message ...

Is there a conditional formula to do something like this...

If cell A3 equals "HOUR" or "DAY" then display "=cellA1 *
cellA2"....but if cell A3 equals "FIXED" then displace "=CELLA2"

Sorry if this is a bad description, I am a beginner with excel....


--
tqdinh22
------------------------------------------------------------------------
tqdinh22's Profile:
http://www.excelforum.com/member.php...o&userid=36453
View this thread: http://www.excelforum.com/showthread...hreadid=562170