ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Help with conditional formula... (https://www.excelbanter.com/excel-worksheet-functions/129292-help-conditional-formula.html)

[email protected]

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.


Dave F

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.



[email protected]

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!



All times are GMT +1. The time now is 04:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com