Data Validation & Conditional Formatting

  • Thread starter Thread starter bleitner2008
  • Start date Start date
B

bleitner2008

I'm not sure how to do this...
Column A (I've set up a drop down box of values). Column B I want to be
conditional. For example if Column A is "Product A" then populate Column B
automatically with $5.00. If "Product B" then "$10.00".
 
bleitner2008 said:
I'm not sure how to do this...
Column A (I've set up a drop down box of values). Column B I want to be
conditional. For example if Column A is "Product A" then populate Column B
automatically with $5.00. If "Product B" then "$10.00".

Not sure this has anything to do with either "Data Validation or Conditional
Formatting".

Maybe this will help:

http://www.contextures.com/xlFunctions02.html
 
Hi,

Set up a table of the Product - Prices, say in D1:E60, and then in column B
use

=VLOOKUP(A1,D$1:E$60,2,FALSE)

If this helps, please click the Yes button

cheers,
Shane Devenshire
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top