Lookup Data based on 2 search criteria

  • Thread starter Thread starter JW
  • Start date Start date
J

JW

Currently Im trying to write a formula with 2 search criteria:
1. Write a month/yr (in a validation list), which searchs for
this in another 12 month table with the dates as titles.

2. After finding the correct month/yr (fx. JAN-09), then I want to look
for a word ("PG"). Then I will be able to look for the correct number in the
cell.

Also, as the month-yr is in a validation list, I want the list to update
automatically
when I chose the month-yr. The words do not have to be flexible.

April-09 January-09 May-09
PG PG1 PG PG1 Pg PG1
3 4 7 2 2 4

If tried several functions+arguments but now I am about to throw in the towel.
HELP

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...dg=microsoft.public.excel.worksheet.functions
 
Ok, let's sort this out...

You have a data validation drop down list?
The selections are *TRUE Excel dates* in the format mmm-yy?
Your table has column headers that are *TRUE Excel dates* in the format
mmmm-yy?

You want to find the date in the table then find the string "PG" associated
with that date and return the numeric value?

OK, sounds reasonable. All you have to do is tell us, in *GREAT* detail,
where this stuff is!
 
Back
Top