M
monkeydan
Hi there,
I'm having a problem setting up the following; any help you can give me
would be much appreciated.
In cell A2 I have a dropdown menu from which you can only select "ROI"
or "UK / NI"
In cell AB2 I have a dropdown menu from which you can select Package
"A", "B", or "C"
In the next cell (AC3) I want to enter a formula which will
automatically enter an amount corresponding to what is selected in A2
and AB2.
So if UK is selected, package "A" = 762, package "B" = 822 and package
"C" = 919
If ROI is selected, package "A" = 1315, "B" = 1490, "C" = 1699
If I try and add the section for "C" into the formula I have, it tells
me I have too many arguments. At the moment the amount in AC3 changes
when you select "A" or "B" when ROI is selected from the dropdown, but
it stays on 762 no matter what package you choose when UK / NI is
selected.
This is the formula so far...
=IF((AND(A2="ROI",AB2="A")),1315.59,(IF((OR(A2="UK /
NI",AB2="A")),762,(IF((AND(A2="UK /
NI",AB2="B")),822,(IF((OR(A2="ROI",AB2="B")),1490.94)))))))
But it ain't working properly
I'm having a problem setting up the following; any help you can give me
would be much appreciated.
In cell A2 I have a dropdown menu from which you can only select "ROI"
or "UK / NI"
In cell AB2 I have a dropdown menu from which you can select Package
"A", "B", or "C"
In the next cell (AC3) I want to enter a formula which will
automatically enter an amount corresponding to what is selected in A2
and AB2.
So if UK is selected, package "A" = 762, package "B" = 822 and package
"C" = 919
If ROI is selected, package "A" = 1315, "B" = 1490, "C" = 1699
If I try and add the section for "C" into the formula I have, it tells
me I have too many arguments. At the moment the amount in AC3 changes
when you select "A" or "B" when ROI is selected from the dropdown, but
it stays on 762 no matter what package you choose when UK / NI is
selected.
This is the formula so far...
=IF((AND(A2="ROI",AB2="A")),1315.59,(IF((OR(A2="UK /
NI",AB2="A")),762,(IF((AND(A2="UK /
NI",AB2="B")),822,(IF((OR(A2="ROI",AB2="B")),1490.94)))))))
But it ain't working properly