Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
TP TP is offline
external usenet poster
 
Posts: 8
Default Retrieving data based on more than 1 criteria

Have the following data set and need to find say, the retrieve the number for
say, VIC 2007, is there an easy formula method? thanks, tony

VIC QLD NSW
2007 10 20 30
2008 5 12 15
2009 50 40 30

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 179
Default Retrieving data based on more than 1 criteria

maybe this helps (found with google)
http://www.ozgrid.com/News/ExcelLook...ashListBox.htm

hth

Carlo

"TP" wrote:

Have the following data set and need to find say, the retrieve the number for
say, VIC 2007, is there an easy formula method? thanks, tony

VIC QLD NSW
2007 10 20 30
2008 5 12 15
2009 50 40 30

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Retrieving data based on more than 1 criteria

I'm assuming your table looks like this:

.........A........B........C........D...
1..............VIC...QLD...NSW
2...2007....10......20........30
3...2008....5........12........15
4...2009....50......40........30

One way:

A10 = 2007
B10 = VIC

=VLOOKUP(A10,A1:D4,MATCH(B10,A1:D1,0),0)


--
Biff
Microsoft Excel MVP


"TP" wrote in message
...
Have the following data set and need to find say, the retrieve the number
for
say, VIC 2007, is there an easy formula method? thanks, tony

VIC QLD NSW
2007 10 20 30
2008 5 12 15
2009 50 40 30



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
TP TP is offline
external usenet poster
 
Posts: 8
Default Retrieving data based on more than 1 criteria

Thanks Carlo & T.Valko this is great!

"T. Valko" wrote:

I'm assuming your table looks like this:

.........A........B........C........D...
1..............VIC...QLD...NSW
2...2007....10......20........30
3...2008....5........12........15
4...2009....50......40........30

One way:

A10 = 2007
B10 = VIC

=VLOOKUP(A10,A1:D4,MATCH(B10,A1:D1,0),0)


--
Biff
Microsoft Excel MVP


"TP" wrote in message
...
Have the following data set and need to find say, the retrieve the number
for
say, VIC 2007, is there an easy formula method? thanks, tony

VIC QLD NSW
2007 10 20 30
2008 5 12 15
2009 50 40 30




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Retrieving data based on more than 1 criteria

You're welcome!

--
Biff
Microsoft Excel MVP


"TP" wrote in message
...
Thanks Carlo & T.Valko this is great!

"T. Valko" wrote:

I'm assuming your table looks like this:

.........A........B........C........D...
1..............VIC...QLD...NSW
2...2007....10......20........30
3...2008....5........12........15
4...2009....50......40........30

One way:

A10 = 2007
B10 = VIC

=VLOOKUP(A10,A1:D4,MATCH(B10,A1:D1,0),0)


--
Biff
Microsoft Excel MVP


"TP" wrote in message
...
Have the following data set and need to find say, the retrieve the
number
for
say, VIC 2007, is there an easy formula method? thanks, tony

VIC QLD NSW
2007 10 20 30
2008 5 12 15
2009 50 40 30








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Retrieving data based on more than 1 criteria

Hi all,
I have a few question about processing data in excel, but I got no
idea how to use VLOOKUP function to solve this,
here is the example :
I got this data

DATES...QTY1....STAT1...QTY2....STAT2...QTY3...STA T3....QTY4....STAT4...QTY5....STAT5
---------------------------------------------------------------------------------------
3.......1.......A.......1.......B.......1.......C. .......
1......D.......1........E
5.......2.......F.......1.......G.......
0................0..............0........
7.......2.......A.......1.......C.......3.......D. .......
0..............0........

zero value on QTY always have null value on STAT

I need the result like this,

.......DATES.........1.......2.......3.......4.... ...5.......6.......7
------------------------------------------------------------------------
A...................0.......0.......1.......0..... ..0.......0.......2
B...................0.......0.......1.......0..... ..0.......0.......0
C...................0.......0.......1.......0..... ..0.......0.......1
D...................0.......0.......1.......0..... ..0.......0.......3
E...................0.......0.......1.......0..... ..0.......0.......0
F...................0.......0.......0.......0..... ..2.......0.......0
G...................0.......0.......0.......0..... ..1.......0.......0

can somebody give me the idea how to use VLookup function to process
the data ?
sorry for my bad english

Thank You
gemes

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
Retrieving value from list based on dynamic condition rz6657 Excel Discussion (Misc queries) 3 August 19th 06 01:10 PM
Retrieving an Item from a List that Meets Multiple Criteria hgopp99 Excel Worksheet Functions 0 January 21st 06 03:10 PM
Retrieving a Value from List that meets multiple Criteria mamalik Excel Discussion (Misc queries) 3 January 2nd 06 02:28 PM
Sum data based on 2 criteria Martin B Excel Worksheet Functions 4 August 7th 05 11:54 PM
How to add data to a column based on criteria from another Lynn Bales Excel Discussion (Misc queries) 4 July 14th 05 04:11 PM


All times are GMT +1. The time now is 03:50 PM.

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

About Us

"It's about Microsoft Excel"