Computing.Net > Forums > Office Software > Nested if and vlookup in Excel 2000

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Nested if and vlookup in Excel 2000

Reply to Message Icon

Name: caabaat
Date: March 18, 2009 at 04:07:06 Pacific
OS: Windows XP
Subcategory: Microsoft Office
Comment:

I have 2 charts, and want to say if the answer is 1 in the first chart, use the vlookup function to get the answer out of the second chart. Same with if the answer in the first chart is 2. Can I do this?



Sponsored Link
Ads by Google

Response Number 1
Name: DerbyDad03
Date: March 18, 2009 at 05:33:42 Pacific
Reply:

What do you mean you have "charts"?

Excel charts are graphs, etc. You can't answer a chart.

Does this help?

=IF(OR(A1=1,A1=2),VLOOKUP(A1,D1:E5,2,0),"A1 isn't 1 or 2")


0

Response Number 2
Name: caabaat
Date: March 18, 2009 at 09:19:07 Pacific
Reply:

Sorry - I have one group of data in which a number is generated based on the selection made in a drop down. The drop downs indicate what kind of product a person is purchasing. The second group of data has 5 columns. The first is the value being purchased; the rest are pricing columns. Each product type selected in the drop-down has different pricing. For example; if you choose Gold Form $3,000 the price might be $500, for Silver Form $3,000 the price might be $350 etc. I am trying to automatically put the price into a separate cell once the user selects the product and the value.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: Nested if and vlookup in Excel 2000

Multiple If/And statemtn in EXCEL www.computing.net/answers/office/multiple-ifand-statemtn-in-excel/5841.html

Two Different dates in Excel 2000 www.computing.net/answers/office/two-different-dates-in-excel-2000/3442.html

Prevent duplicate data entries in Excel 2000 www.computing.net/answers/office/prevent-duplicate-data-entries-in-excel-2000/9384.html