Hello,
Coming to you guys looking for a little help. I attached the spreadsheet for reference.
The cell I'm working on is F11. It has an equation in it that I need to link to two drop down selection.
About 3/4 of the way through the function is "0.75"
That is a fixed value I put, that I need to make a variable based on the drop down in D3.
I need it to be:
High = 1.25
Medium = 0.90
Low = 0.75
Then lastly, if "yes" is selected in the D4 drop down, the entire equation gets cut in half (divided by 2)...
I was given this code to use in F11, however when I use it it gives me a #NAME ! Error...
Thanks for any help, this is greatly appreciated.
Coming to you guys looking for a little help. I attached the spreadsheet for reference.
The cell I'm working on is F11. It has an equation in it that I need to link to two drop down selection.
About 3/4 of the way through the function is "0.75"
That is a fixed value I put, that I need to make a variable based on the drop down in D3.
I need it to be:
High = 1.25
Medium = 0.90
Low = 0.75
Then lastly, if "yes" is selected in the D4 drop down, the entire equation gets cut in half (divided by 2)...
I was given this code to use in F11, however when I use it it gives me a #NAME ! Error...
Code:
[FONT=arial]IF(D4="Yes",(((((((182.4601 * F2 -775.6821) * F2 +1262.7794) * F2 -669.5622) *10) *SWITCH(D3,"Low",0.75,"Medium"[/FONT]<wbr style="font-family: arial, sans-serif; font-size: 12.8px;">[FONT=arial],0.9,"High",1.25))/ 50 )* B4)/2,((((((182.4601 * F2 -775.6821) * F2 +1262.7794) * F2 -669.5622) *10) *SWITCH(D3,"Low",0.75,"Medium"[/FONT]<wbr style="font-family: arial, sans-serif; font-size: 12.8px;">[FONT=arial],0.9,"High",1.25))/ 50 )* B4)[/FONT]
Thanks for any help, this is greatly appreciated.