D
Dark Horse
Just when I think I'm as finished as I can be, along comes some research
that makes me need to change what I thought I'd just finished.
Such is life, but I now have a new problem because a variable now becomes
dependent upon two conditions where previously only one applied.
I had column P which records the figure 2 or the figure 3 which is directly
input.
I have now inserted column Q which asks for either a letter C or a letter F.
I had column X which asked what value was in P2 and gave a resulting
instruction as to what to enter in X2.
I have now created column Y, which needs to amend X2 as a result of what is
in Q2.
What is the best way to go about this?
My original thought of saying IF(Q2=F,X2=X2-50,X2=X2) doesn't seem to work,
so it obviously needs more of a brain than I possess to know how to go about
this problem.
To sum up.
As a result of what is in cells P2 and Q2, cell X2 can contain four possible
entries:
if P2 = F and Q2 = 2 then X2 needs to contain 950
if P2 = C and Q2 = 2 then X2 needs to contain 1000
if P2 = F and Q2 = 3 then X2 needs to contain 1050
if P2 = C and Q2 = 3 then X2 needs to contain 1100
Is there any other, perhaps better, method of getting the result I need?
Thanks
Dave
that makes me need to change what I thought I'd just finished.
Such is life, but I now have a new problem because a variable now becomes
dependent upon two conditions where previously only one applied.
I had column P which records the figure 2 or the figure 3 which is directly
input.
I have now inserted column Q which asks for either a letter C or a letter F.
I had column X which asked what value was in P2 and gave a resulting
instruction as to what to enter in X2.
I have now created column Y, which needs to amend X2 as a result of what is
in Q2.
What is the best way to go about this?
My original thought of saying IF(Q2=F,X2=X2-50,X2=X2) doesn't seem to work,
so it obviously needs more of a brain than I possess to know how to go about
this problem.
To sum up.
As a result of what is in cells P2 and Q2, cell X2 can contain four possible
entries:
if P2 = F and Q2 = 2 then X2 needs to contain 950
if P2 = C and Q2 = 2 then X2 needs to contain 1000
if P2 = F and Q2 = 3 then X2 needs to contain 1050
if P2 = C and Q2 = 3 then X2 needs to contain 1100
Is there any other, perhaps better, method of getting the result I need?
Thanks
Dave