ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I Increment a particular woksheet number? (https://www.excelbanter.com/excel-worksheet-functions/75409-how-do-i-increment-particular-woksheet-number.html)

[email protected]

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


[email protected]

How do I Increment a particular woksheet number?
 
Ok, I figured it out.... I remove the $.
(...Master!$C4 instead of ...Master!$C$4)


Otto Moehrbach

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





All times are GMT +1. The time now is 07:44 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com