Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 108
Default Concatenation Setback

In Cells A1:A12; Jan €“ Dec.
In cell B1 is the number 1 with a scrollbar linked to it whose range is 1-12.
In cell C3 is the wrong formula; ="A" & B1.
The scrollbar is fine incrementing / decrementing as it should.
Any advice on how to write the concatenation thatll return the result of
that formula; Jan, Feb as opposed to A and the # n cell B1?
Appreciatively,
Arturo

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Concatenation Setback

Try this in C1:

=INDIRECT("A"&B1)

Hope this helps.

Pete

On Dec 5, 3:11*pm, Arturo wrote:
In Cells A1:A12; Jan – Dec.
In cell B1 is the number 1 with a scrollbar linked to it whose range is 1-12.
In cell C3 is the wrong formula; ="A" & B1.
The scrollbar is fine incrementing / decrementing as it should.
Any advice on how to write the concatenation that’ll return the result of
that formula; Jan, Feb as opposed to A and the # n cell B1?
Appreciatively,
Arturo


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Concatenation Setback

A non-volatile solution would be...

=INDEX(A1:A12,B1)

--
Rick (MVP - Excel)


"Pete_UK" wrote in message
...
Try this in C1:

=INDIRECT("A"&B1)

Hope this helps.

Pete

On Dec 5, 3:11 pm, Arturo wrote:
In Cells A1:A12; Jan – Dec.
In cell B1 is the number 1 with a scrollbar linked to it whose range is
1-12.
In cell C3 is the wrong formula; ="A" & B1.
The scrollbar is fine incrementing / decrementing as it should.
Any advice on how to write the concatenation that’ll return the result of
that formula; Jan, Feb as opposed to A and the # n cell B1?
Appreciatively,
Arturo


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Concatenation Setback

Hi,

1. You can use indirect or

=TEXT(B1,"mmm")
=INDIRECT("A"&B1)

2. Why not just give the user a drop down list in B1 with the 12 months.
Choose Data, Validation, from Allows pick List and in Source enter =A1:A12.


--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Arturo" wrote:

In Cells A1:A12; Jan €“ Dec.
In cell B1 is the number 1 with a scrollbar linked to it whose range is 1-12.
In cell C3 is the wrong formula; ="A" & B1.
The scrollbar is fine incrementing / decrementing as it should.
Any advice on how to write the concatenation thatll return the result of
that formula; Jan, Feb as opposed to A and the # n cell B1?
Appreciatively,
Arturo

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 108
Default Concatenation Setback

Hi,
Not useing Dropdown because the list is 7800 rows.
Vlookup in the mix too and we're trying to trace a certain problem in the
data sets.
Incrementing with Scroll or spinner seemed better & this glitch was
bothering me.
Thank you guys for your help!
A

"Shane Devenshire" wrote:

Hi,

1. You can use indirect or

=TEXT(B1,"mmm")
=INDIRECT("A"&B1)

2. Why not just give the user a drop down list in B1 with the 12 months.
Choose Data, Validation, from Allows pick List and in Source enter =A1:A12.


--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Arturo" wrote:

In Cells A1:A12; Jan €“ Dec.
In cell B1 is the number 1 with a scrollbar linked to it whose range is 1-12.
In cell C3 is the wrong formula; ="A" & B1.
The scrollbar is fine incrementing / decrementing as it should.
Any advice on how to write the concatenation thatll return the result of
that formula; Jan, Feb as opposed to A and the # n cell B1?
Appreciatively,
Arturo

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
Concatenation orquidea Excel Discussion (Misc queries) 6 January 11th 08 07:19 PM
Concatenation markmcd Excel Worksheet Functions 3 December 11th 07 12:29 AM
Concatenation Sol Excel Discussion (Misc queries) 5 October 23rd 07 08:03 AM
concatenation mattguerilla Excel Discussion (Misc queries) 3 January 26th 06 11:47 PM
PLEASE HELP!? Creating a simple database with excel, minor setback Pre-construction Manager & Excel !? Excel Worksheet Functions 1 November 30th 04 08:59 PM


All times are GMT +1. The time now is 05:31 AM.

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"