Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default integrating row number in a formula

Ok gurus,
Here's another one. I want to pull a value out of a certain column
based on the row that the formula is in. For example:

-The desired value is in A column (number value)
-The row() function will return the row that the formula is in
-Lets say row returns 13
-I would like to retreive the text value in A13 dynamically using row()
within the formula.....something like

="S_"&"5133"&"_"&TEXT(C3,"dd")

-The "5133" would be the text value of the number from A13 as determined
by row

Sorry if these are noob questions. I'm new to excel and still
learning my way around

-Dan
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default integrating row number in a formula

I think you want indirect

="S_"& indirect("A" & row()) &"_"&TEXT(C3,"dd")

--
HTH...

Jim Thomlinson


"Grymjack" wrote:

Ok gurus,
Here's another one. I want to pull a value out of a certain column
based on the row that the formula is in. For example:

-The desired value is in A column (number value)
-The row() function will return the row that the formula is in
-Lets say row returns 13
-I would like to retreive the text value in A13 dynamically using row()
within the formula.....something like

="S_"&"5133"&"_"&TEXT(C3,"dd")

-The "5133" would be the text value of the number from A13 as determined
by row

Sorry if these are noob questions. I'm new to excel and still
learning my way around

-Dan

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default integrating row number in a formula

works perfectly...thanks for the info!!

Jim Thomlinson wrote:
I think you want indirect

="S_"& indirect("A" & row()) &"_"&TEXT(C3,"dd")

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
Integrating Networkdays() Into Formula Rob Excel Worksheet Functions 1 June 5th 09 10:22 AM
Integrating a work sheet into another Amature Amy! Excel Discussion (Misc queries) 0 July 27th 06 08:28 PM
Integrating variables in formulas in VB??? thorsten Excel Programming 2 May 16th 06 08:42 PM
URGENT !!! Integrating Axes Debi Charts and Charting in Excel 1 July 23rd 05 02:53 PM
Integrating Excel with Access Kenard Excel Discussion (Misc queries) 1 April 3rd 05 08:57 PM


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