Hello to all!
Sure this maybe a bit billy bob basic for some, but I have some handy excel skills but come across a situation that I can't seem to work out. I'm not specifically looking for an answer, I am happy to play around and post an answer when I have found it, just maybe need a pointer or two if someone has the time to spare.
I have a column with a list of names (basic example below) with option 1 or option 2 which contains currency. This data is in a tab called setup but doesn't really matter for this example.
On another sheet, I have 3 drop down lists that represent each column below and finally, in another cell I want the value to represent the drop down choices.
So for example, if someone picks Ford, then Option 1 the cell should return £10. If they choose Renault and option 2 it should return £25 and so on.
Prior to all of these choices, I have a drop down that is a plain yes or a no. This is at the start of my formula and overrides any of the choices regardless on what is selected and will return £0.00. (basically a pro bono option). This piece currently works for me: =IF(G5="Yes","£0.00",OR(xxxxx rest of formula here).
I can basically make 1 option work and that's by choosing Ford and Option 1. That's because I psychically target 'ford' in my formula and not a range of data. It will return £10 but not option 2. The more I bulk the formula, the more I get #Name? "True" (or) "False".
thanks for reading! -
Sure this maybe a bit billy bob basic for some, but I have some handy excel skills but come across a situation that I can't seem to work out. I'm not specifically looking for an answer, I am happy to play around and post an answer when I have found it, just maybe need a pointer or two if someone has the time to spare.
I have a column with a list of names (basic example below) with option 1 or option 2 which contains currency. This data is in a tab called setup but doesn't really matter for this example.
On another sheet, I have 3 drop down lists that represent each column below and finally, in another cell I want the value to represent the drop down choices.
So for example, if someone picks Ford, then Option 1 the cell should return £10. If they choose Renault and option 2 it should return £25 and so on.
Prior to all of these choices, I have a drop down that is a plain yes or a no. This is at the start of my formula and overrides any of the choices regardless on what is selected and will return £0.00. (basically a pro bono option). This piece currently works for me: =IF(G5="Yes","£0.00",OR(xxxxx rest of formula here).
I can basically make 1 option work and that's by choosing Ford and Option 1. That's because I psychically target 'ford' in my formula and not a range of data. It will return £10 but not option 2. The more I bulk the formula, the more I get #Name? "True" (or) "False".
thanks for reading! -
Car | Option 1 | Option 2 |
Ford | £10 | £20 |
Renault | £15 | £25 |
Land Rover | £30 | £35 |
Audi | £40 | £45 |