Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
anon
 
Posts: n/a
Default Using #s in column as column #s

Assuming I have a column with #s, "1,5,7" can i get Excel to create a string
with the text from cells B1, B5, and B7?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Aladin Akyurek
 
Posts: n/a
Default Using #s in column as column #s

=B1&B5&B7

anon wrote:
Assuming I have a column with #s, "1,5,7" can i get Excel to create a string
with the text from cells B1, B5, and B7?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
anon
 
Posts: n/a
Default Using #s in column as column #s

Aladin, you sort of missed my point, of course one can just put in B1&B5&B7,
but I want a function to do it because I have an entire column some cells may
have 1,5,7 others may be 3,4,13 or 1,21,16 etc. I want a function that will
take the numbers in the cell and call the same row #s. In other words, I
want the function to input B1&B5&B7 in the first cell, then B3&B4&B13 in the
next cell, that way I can just "drag" down to have it auto fill the rest of
the cells

"Aladin Akyurek" wrote:

=B1&B5&B7

anon wrote:
Assuming I have a column with #s, "1,5,7" can i get Excel to create a string
with the text from cells B1, B5, and B7?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Using #s in column as column #s

=INDIRECT("B"&A1)&INDIRECT("B"&A2)&INDIRECT("B"&A3 )

perhaps

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"anon" wrote in message
...
Aladin, you sort of missed my point, of course one can just put in

B1&B5&B7,
but I want a function to do it because I have an entire column some cells

may
have 1,5,7 others may be 3,4,13 or 1,21,16 etc. I want a function that

will
take the numbers in the cell and call the same row #s. In other words, I
want the function to input B1&B5&B7 in the first cell, then B3&B4&B13 in

the
next cell, that way I can just "drag" down to have it auto fill the rest

of
the cells

"Aladin Akyurek" wrote:

=B1&B5&B7

anon wrote:
Assuming I have a column with #s, "1,5,7" can i get Excel to create a

string
with the text from cells B1, B5, and B7?




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Using #s in column as column #s

Hi!

You'd be much better off by putting each number in a separate cell:

C1 = 1
D1 = 5
E1 = 7

Then:

=CONCATENATE(INDIRECT("B"&C1),INDIRECT("B"&D1),IND IRECT("B"&E1))

Biff

"anon" wrote in message
...
Assuming I have a column with #s, "1,5,7" can i get Excel to create a
string
with the text from cells B1, B5, and B7?





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
anon
 
Posts: n/a
Default Using #s in column as column #s

Thanks

"Biff" wrote:

Hi!

You'd be much better off by putting each number in a separate cell:

C1 = 1
D1 = 5
E1 = 7

Then:

=CONCATENATE(INDIRECT("B"&C1),INDIRECT("B"&D1),IND IRECT("B"&E1))

Biff

"anon" wrote in message
...
Assuming I have a column with #s, "1,5,7" can i get Excel to create a
string
with the text from cells B1, B5, and B7?




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
how can i multiply two columns edgar Excel Worksheet Functions 7 March 2nd 06 03:29 PM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
creating a bar graph Johnfli Excel Discussion (Misc queries) 0 October 26th 05 08:16 PM
How to group similar column titles together???? vrk1 Excel Discussion (Misc queries) 2 April 30th 05 12:17 AM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM


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