Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Help with conditional formula...

I need some help with a conditional formula. Here is my fomula now.
=IF(B3=3,C8*3.75). The cell B3 can have either 3, 4, 5 or 6 as the
value. How can I adjust how much C8 is multiplied by depending on
whether B3 has a 3-6 value? Or in other words, how can I attach
another condition onto this formula? Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default Help with conditional formula...

=if(B3=3,C8*[condition1],IF(B3=4,C8*[condition2],IF(B3=5,C8*[condition3],C8*[condition4])))

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


" wrote:

I need some help with a conditional formula. Here is my fomula now.
=IF(B3=3,C8*3.75). The cell B3 can have either 3, 4, 5 or 6 as the
value. How can I adjust how much C8 is multiplied by depending on
whether B3 has a 3-6 value? Or in other words, how can I attach
another condition onto this formula? Thanks.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Help with conditional formula...

On Feb 5, 9:17 am, Dave F wrote:
=if(B3=3,C8*[condition1],IF(B3=4,C8*[condition2],IF(B3=5,C8*[condition3],C8*[condition4])))

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.

" wrote:
I need some help with a conditional formula. Here is my fomula now.
=IF(B3=3,C8*3.75). The cell B3 can have either 3, 4, 5 or 6 as the
value. How can I adjust how much C8 is multiplied by depending on
whether B3 has a 3-6 value? Or in other words, how can I attach
another condition onto this formula? Thanks.



Thats it. Thanks Dave!

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
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Conditional Formatting Against a Formula - not it's result Mike The Newb Excel Discussion (Misc queries) 3 August 10th 06 10:33 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
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 11:58 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"