Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default How do I Increment a particular woksheet number?

I have the following entry:
=CONCATENATE(Master!$R$2,Master!$R$3,A4,Master!$R$ 4,Master!$C$4)

I would like the successive lines to increment both the A4 (which it
does) but also the final Master!C$4. I would like the column to look
like this when I'm done dragging it down:

=CONCATENATE(Master!$R$2,Master!$R$3,A4,Master!$R$ 4,Master!$C$4)
=CONCATENATE(Master!$R$2,Master!$R$3,A5,Master!$R$ 4,Master!$C$5)
=CONCATENATE(Master!$R$2,Master!$R$3,A6,Master!$R$ 4,Master!$C$6)
=CONCATENATE(Master!$R$2,Master!$R$3,A7,Master!$R$ 4,Master!$C$7)
etc....

Is there a way to write it so that the final number also increments
when I drag it down?

Thanks in advance.

Nicolai

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default How do I Increment a particular woksheet number?

Ok, I figured it out.... I remove the $.
(...Master!$C4 instead of ...Master!$C$4)

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Otto Moehrbach
 
Posts: n/a
Default How do I Increment a particular woksheet number?

If I read what you have and what you want correctly, just remove the dollar
sign($) that you have in front of the 4. That will cause the 4 to
increment. Having the dollar sign specifically tells Excel to not increment
the 4. HTH Otto
wrote in message
oups.com...
I have the following entry:
=CONCATENATE(Master!$R$2,Master!$R$3,A4,Master!$R$ 4,Master!$C$4)

I would like the successive lines to increment both the A4 (which it
does) but also the final Master!C$4. I would like the column to look
like this when I'm done dragging it down:

=CONCATENATE(Master!$R$2,Master!$R$3,A4,Master!$R$ 4,Master!$C$4)
=CONCATENATE(Master!$R$2,Master!$R$3,A5,Master!$R$ 4,Master!$C$5)
=CONCATENATE(Master!$R$2,Master!$R$3,A6,Master!$R$ 4,Master!$C$6)
=CONCATENATE(Master!$R$2,Master!$R$3,A7,Master!$R$ 4,Master!$C$7)
etc....

Is there a way to write it so that the final number also increments
when I drag it down?

Thanks in advance.

Nicolai



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
number format Ivan Excel Discussion (Misc queries) 2 October 14th 05 02:08 PM
vlookup with more than number to be retrieved martelie Excel Worksheet Functions 1 October 8th 05 07:33 AM
Count Number of Characters in a cell? AHJuncti Excel Discussion (Misc queries) 2 June 16th 05 07:39 PM
Need number of Saturdays and number of Sundays between 2 dates Class316 Excel Worksheet Functions 1 June 10th 05 02:47 AM
How do I automatically increment worksheet number when pasting a . Mr Keldor Excel Worksheet Functions 1 April 21st 05 06:06 PM


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