Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Index and match formulas

I am trying to use the index and match function to pull data from one table
into another. If I had the table below (which is A1:F7) does anyone know a
formula that could look at coloumn "F" find all rows that have the "30" and
pull info from column "B" into a specified cell (J1). When I use
=index(a1:f7,match("30",f1:f7,0),1) only price (B2) is correctly pulled into
J1. if I want to pull information into J1:J7 a get a repeat of price (B2)
and not volume and sales (B3 and B5)

item 1 2 3 4
a price 50 60 20 30
a volume 10 15 12 30
a uplift 18 2 565 12
b sales 41 10 350 30
b volume 44 65 49 51
b uplift 85 53 3 4

can anyone help?
--
Thanks, Jeanette
  #2   Report Post  
Posted to microsoft.public.excel.misc
tom tom is offline
external usenet poster
 
Posts: 570
Default Index and match formulas

Assuming your data starts in A1, enter this formula:

=IF(ISERROR(INDEX($B$1:$B$7,SMALL(IF($E$1:$E$7=30, ROW($E$1:$E$7)),ROW(1:1)))),"",INDEX($B$1:$B$7,SMA LL(IF($E$1:$E$7=30,ROW($E$1:$E$7)),ROW(1:1))))

Enter it as an array formula, using Conrol Shift and Enter. Copy down as
far as your data goes.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
look up, match index? multi variable formulas Jason Excel Worksheet Functions 1 December 16th 09 03:33 PM
index(match) Wind Uplift Calculations (match four conditions) JMeier Excel Worksheet Functions 8 August 1st 08 01:45 AM
"Identify Label" bug when using INDEX/MATCH and VLOOKUP formulas Exceller Excel Worksheet Functions 0 May 2nd 08 09:28 PM
how to start using vlookup, match & index formulas, examples noninacio Excel Worksheet Functions 3 July 13th 06 04:15 AM
index/ match formulas orice LJoe Excel Worksheet Functions 3 June 19th 06 11:59 PM


All times are GMT +1. The time now is 07:15 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"