#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Conditional Formula


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

  #2   Report Post  
Posted to microsoft.public.excel.misc
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



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Conditional Formula

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

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Sum Formula? Boulder257 Excel Discussion (Misc queries) 1 January 25th 06 05:06 PM
need a conditional formula to generate numbers divisible by 4 between a given starting no. & end No. ramana Excel Worksheet Functions 5 October 21st 05 07:39 AM
Conditional formatting...cont. from 9/25 Guenzak Excel Discussion (Misc queries) 4 September 26th 05 10:55 PM
Conditional Formatting formula not acceptable? Thief_ Excel Discussion (Misc queries) 4 July 19th 05 11:54 AM
Formula Dependant Conditional Formatting LDanix Excel Discussion (Misc queries) 1 January 13th 05 06:50 PM


All times are GMT +1. The time now is 04:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"