Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default Look up data on the next line

Hi, I've got the following information on a spreasheet:

A B C
1 Asia Measurement 0.64
2 Goal 2.0

The Cell A2 is blank. I can get Asia's C1 data (0.64) with a Vlookup, but I
also want to get Asia's C2 (2.0) data without having to type "Asia" on A2.

Is there a way to do that?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Look up data on the next line

=OFFSET(A1,1,2)


"Matheus" wrote:

Hi, I've got the following information on a spreasheet:

A B C
1 Asia Measurement 0.64
2 Goal 2.0

The Cell A2 is blank. I can get Asia's C1 data (0.64) with a Vlookup, but I
also want to get Asia's C2 (2.0) data without having to type "Asia" on A2.

Is there a way to do that?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Look up data on the next line

Possibly:

=INDEX(C1:C100,MATCH("Asia",A1:A100,0)+1)

--
Biff
Microsoft Excel MVP


"Matheus" wrote in message
...
Hi, I've got the following information on a spreasheet:

A B C
1 Asia Measurement 0.64
2 Goal 2.0

The Cell A2 is blank. I can get Asia's C1 data (0.64) with a Vlookup, but
I
also want to get Asia's C2 (2.0) data without having to type "Asia" on A2.

Is there a way to do that?


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
Moving a line chart data point revises data table value in Excel ' Ed Smith Charts and Charting in Excel 2 November 16th 12 01:03 PM
Formatting data series - line between certain data points only alan_m Charts and Charting in Excel 0 September 20th 07 05:16 PM
Cutting a line in a line chart when data series stops DannyS Charts and Charting in Excel 2 August 28th 07 10:38 AM
inserting a line between different data Outbacker Excel Discussion (Misc queries) 1 August 24th 07 06:32 PM
My rows are off by one row, ie. data on line 10 should line up wi. lindamari New Users to Excel 1 April 19th 05 04:25 PM


All times are GMT +1. The time now is 02:01 AM.

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"