Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
arbutus
 
Posts: n/a
Default referencing data from a table


I created a "pull down menu" using data validation which allows the user
to select one of 3 choices (cell A48). When the user selects this, I
want the corresponding data values from rows 41 thru 43 to drop in to
cells B48 and C48. I can then use those in some calculations. Once I
have this method down I will be increasing the number of possibile
selections. Any help would be appreciated.


+-------------------------------------------------------------------+
|Filename: a1.jpg |
|Download: http://www.excelforum.com/attachment.php?postid=4517 |
+-------------------------------------------------------------------+

--
arbutus
------------------------------------------------------------------------
arbutus's Profile: http://www.excelforum.com/member.php...o&userid=32761
View this thread: http://www.excelforum.com/showthread...hreadid=525935

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max
 
Posts: n/a
Default referencing data from a table

One way ..

Put in B48:
=IF(A48="","",OFFSET(INDIRECT("A"&$A48),,COLUMN(A1 )))

Copy B48 to to C48
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"arbutus" wrote in
message ...

I created a "pull down menu" using data validation which allows the user
to select one of 3 choices (cell A48). When the user selects this, I
want the corresponding data values from rows 41 thru 43 to drop in to
cells B48 and C48. I can then use those in some calculations. Once I
have this method down I will be increasing the number of possibile
selections. Any help would be appreciated.


+-------------------------------------------------------------------+
|Filename: a1.jpg |
|Download: http://www.excelforum.com/attachment.php?postid=4517 |
+-------------------------------------------------------------------+

--
arbutus
------------------------------------------------------------------------
arbutus's Profile:

http://www.excelforum.com/member.php...o&userid=32761
View this thread: http://www.excelforum.com/showthread...hreadid=525935



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max
 
Posts: n/a
Default referencing data from a table

Put in B48:
=IF(A48="","",OFFSET(INDIRECT("A"&$A48),,COLUMN(A1 )))


My apologies, correction to earlier formula

Put instead in B48:
=IF(A48="","",OFFSET(INDIRECT("A"&MATCH($A48,$A$41 :$A$43,0)+40),,COLUMN(A1))
)

Copy B48 to to C48

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


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/math text JN Excel Worksheet Functions 11 February 4th 06 08:27 AM
Inserting a new line when external data changes Rental Man Excel Discussion (Misc queries) 0 January 11th 06 07:05 PM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM
changing proportion of chart and data table Dawn Parks Charts and Charting in Excel 3 January 6th 05 01:18 AM


All times are GMT +1. The time now is 03:51 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"