View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett[_2_] Don Guillett[_2_] is offline
external usenet poster
 
Posts: 1,522
Default Formula to select a # from a table


Look in the help index for MATCH and then INDEX. Put em together.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"casinel1" wrote in message
...
I have two drop downs in my spreadsheet one for the product line(IP, DP,
Etc)
and one for the the period (001/2010, 002/2010, Total Year, Etc. Below is
the
table.

001/2010 002/2010 003/2010
IP - 2,355 1,178
WWP - 722 361
DP - 2,115 1,057
CDP - 262 131
MP - - -
MISC - 365 182

I need a formula so that when IP and 002/2010 are selected in the drop
down
2355 shows up in the cell with the formula.