#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Coordinates

Greetings,

I need help with the following

Country\Date Jan09 Feb09 Mar09 Apr09
EUR 10 20 50 90
AUS 5 25 98 10
CAN 1 56 10 32

What formula do I use to look up for the value of a country and the date??
(eg. value of AUS in Feb09)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Coordinates

Try the below

Col A Col B Col C Col D Col E
Country\Date 9-Jan 9-Feb 9-Mar 9-Apr
EUR 10 20 50 90
AUS 5 25 98 10
CAN 1 56 10 32

AUS 9-Feb =INDEX(A1:E4,MATCH(A6,A1:A4,0),MATCH(B6,A1:E1,0))

Formula in C6 with 'AUS' in A6 and query date in B6

If this post helps click Yes
---------------
Jacob Skaria


"5F80YZ" wrote:

Greetings,

I need help with the following

Country\Date Jan09 Feb09 Mar09 Apr09
EUR 10 20 50 90
AUS 5 25 98 10
CAN 1 56 10 32

What formula do I use to look up for the value of a country and the date??
(eg. value of AUS in Feb09)

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Coordinates

Here is a slightly shorter alternative formula which uses one less function
call...

=VLOOKUP(A6,A1:E4,MATCH(B6,A1:E1,0),FALSE)

--
Rick (MVP - Excel)


"Jacob Skaria" wrote in message
...
Try the below

Col A Col B Col C Col D Col E
Country\Date 9-Jan 9-Feb 9-Mar 9-Apr
EUR 10 20 50 90
AUS 5 25 98 10
CAN 1 56 10 32

AUS 9-Feb =INDEX(A1:E4,MATCH(A6,A1:A4,0),MATCH(B6,A1:E1,0))

Formula in C6 with 'AUS' in A6 and query date in B6

If this post helps click Yes
---------------
Jacob Skaria


"5F80YZ" wrote:

Greetings,

I need help with the following

Country\Date Jan09 Feb09 Mar09 Apr09
EUR 10 20 50 90
AUS 5 25 98 10
CAN 1 56 10 32

What formula do I use to look up for the value of a country and the
date??
(eg. value of AUS in Feb09)


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Coordinates

Thanks heaps guys!!

I decided to go with Rick formula as it was simplier and shorter.

Thanks for the prompt reply!!

"Rick Rothstein" wrote:

Here is a slightly shorter alternative formula which uses one less function
call...

=VLOOKUP(A6,A1:E4,MATCH(B6,A1:E1,0),FALSE)

--
Rick (MVP - Excel)


"Jacob Skaria" wrote in message
...
Try the below

Col A Col B Col C Col D Col E
Country\Date 9-Jan 9-Feb 9-Mar 9-Apr
EUR 10 20 50 90
AUS 5 25 98 10
CAN 1 56 10 32

AUS 9-Feb =INDEX(A1:E4,MATCH(A6,A1:A4,0),MATCH(B6,A1:E1,0))

Formula in C6 with 'AUS' in A6 and query date in B6

If this post helps click Yes
---------------
Jacob Skaria


"5F80YZ" wrote:

Greetings,

I need help with the following

Country\Date Jan09 Feb09 Mar09 Apr09
EUR 10 20 50 90
AUS 5 25 98 10
CAN 1 56 10 32

What formula do I use to look up for the value of a country and the
date??
(eg. value of AUS in Feb09)



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
GPS Coordinates PAX_Anderson Excel Discussion (Misc queries) 3 October 30th 08 01:48 AM
coordinates anna m Charts and Charting in Excel 3 October 17th 08 02:13 PM
Are These Coordinates? [email protected] Charts and Charting in Excel 2 July 31st 06 08:28 PM
map coordinates areaume Charts and Charting in Excel 0 July 17th 06 04:35 PM
Triangular Coordinates Al Charts and Charting in Excel 6 January 13th 05 04:51 PM


All times are GMT +1. The time now is 08:11 PM.

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"