E
edrachel
I am trying to get the speadsheet to look at different items and if no
all fields are found with a value I still it to return a value from
designated Cell. Hope this makes sense.
B7 = MD on worksheet named “Products”
B8 = 001 on worksheet named “products”
A1 = MD on worksheet named “Rates”
B1 = 001 on worksheet named “Rates”
C1 = 30 on worksheet Named “rates”
MD 001 30
Formula:
=VLOOKUP(B7,RATES!A1:C250,2,FALSE)
This will pull up the value “001”, I want to pull the value “30”
I want to be able to tell VLOOKUP to look for the MD and the 001 an
give me the value next to the 001.
I also want to be able to pull the “30” if I have a value in B8 in th
Products w/s that can’t be found after matching with the MD(B7).
Example: If I put 004 in the B8 cell and there was no correspondin
004 in the Rates worksheet next to MD, assuming that the B1 cell i
blank, I would get the value of the next cell which would again be m
30.
I hope hope I didn't confuse everyone. Your help will be greatl
appreciated
all fields are found with a value I still it to return a value from
designated Cell. Hope this makes sense.
B7 = MD on worksheet named “Products”
B8 = 001 on worksheet named “products”
A1 = MD on worksheet named “Rates”
B1 = 001 on worksheet named “Rates”
C1 = 30 on worksheet Named “rates”
MD 001 30
Formula:
=VLOOKUP(B7,RATES!A1:C250,2,FALSE)
This will pull up the value “001”, I want to pull the value “30”
I want to be able to tell VLOOKUP to look for the MD and the 001 an
give me the value next to the 001.
I also want to be able to pull the “30” if I have a value in B8 in th
Products w/s that can’t be found after matching with the MD(B7).
Example: If I put 004 in the B8 cell and there was no correspondin
004 in the Rates worksheet next to MD, assuming that the B1 cell i
blank, I would get the value of the next cell which would again be m
30.
I hope hope I didn't confuse everyone. Your help will be greatl
appreciated