Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default Getting a value from a cell that is determined by a formula

I used the Match function to find a specific value in a column of values. The
function tells me that I found the specific value in row 21. I now want to
go to column w and get the value in w21. However, I can't seem to find
anywhere how I could use the value determined with the match function and
attach it to the letter w to get w21. The specific value in my column list
can varry so I need to be able to search for the value with match and then go
get another piece of information from column w based on the value found from
Match.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Getting a value from a cell that is determined by a formula

=INDEX(W1:W100,YourMatchFunction)

Change W110 to suit your case

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"carl43m" wrote in message ...
|I used the Match function to find a specific value in a column of values. The
| function tells me that I found the specific value in row 21. I now want to
| go to column w and get the value in w21. However, I can't seem to find
| anywhere how I could use the value determined with the match function and
| attach it to the letter w to get w21. The specific value in my column list
| can varry so I need to be able to search for the value with match and then go
| get another piece of information from column w based on the value found from
| Match.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 252
Default Getting a value from a cell that is determined by a formula

=INDIRECT("W"&formula)

replace formula with your match function that returns 21.

"carl43m" wrote:

I used the Match function to find a specific value in a column of values. The
function tells me that I found the specific value in row 21. I now want to
go to column w and get the value in w21. However, I can't seem to find
anywhere how I could use the value determined with the match function and
attach it to the letter w to get w21. The specific value in my column list
can varry so I need to be able to search for the value with match and then go
get another piece of information from column w based on the value found from
Match.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Getting a value from a cell that is determined by a formula

<W110

W100 of course

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Niek Otten" wrote in message ...
| =INDEX(W1:W100,YourMatchFunction)
|
| Change W110 to suit your case
|
| --
| Kind regards,
|
| Niek Otten
| Microsoft MVP - Excel
|
|
| "carl43m" wrote in message ...
||I used the Match function to find a specific value in a column of values. The
|| function tells me that I found the specific value in row 21. I now want to
|| go to column w and get the value in w21. However, I can't seem to find
|| anywhere how I could use the value determined with the match function and
|| attach it to the letter w to get w21. The specific value in my column list
|| can varry so I need to be able to search for the value with match and then go
|| get another piece of information from column w based on the value found from
|| Match.
|
|


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
assign formula to another cell Dannycol Excel Worksheet Functions 3 May 12th 06 09:46 PM
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
How do I set a cell value based on a formula in another cell? dingy101 Excel Discussion (Misc queries) 1 November 21st 05 08:51 AM


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