![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Location: Pittsburgh, PA
Posts: 33
|
I have a spreadsheet in which I have a list validation to determine currency type. A formula below looks at that result and does a VLOOKUP to a master page (same file) and returns the correct pricing. The list validation isn't working on every page and I can't understand why? My data is on the same page like it's supposed to be. I also tried a list combo box which would work just as well, but when i do that, the lookup doesn't seem to work. Any ideas what could be wrong here?
First time poster |
|
|
|
|
|
#2 |
|
New Member
Join Date: Apr 2002
Location: Pittsburgh, PA
Posts: 33
|
Here's the example, maybe it's a VLOOKUP problem:
=IF(G$14="1",VLOOKUP(C18,Master!$B$2:$E$183,3,FALSE),VLOOKUP(C18,Master!B2:E183,4,FALSE)) Thanks . . . |
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
=VLOOKUP(C18,Master!$B$2:$E$183,IF(G$14=1,3,4),0) [ This Message was edited by: Aladin Akyurek on 2002-04-23 10:18 ] |
|
|
|
|
|
|
#4 |
|
New Member
Join Date: Apr 2002
Location: Pittsburgh, PA
Posts: 33
|
Wow, thanks! I see what you did . . .
Appreciative user! |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|