ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Incrementing numbers (https://www.excelbanter.com/excel-worksheet-functions/74318-incrementing-numbers.html)

Floyd107

Incrementing numbers
 
Hi group,

I need to enter a number in a cell and have other cells in the worksheet
update automatically from the base number.

Initial number -
BR06/0358

Output required each in different cells-
BR06/0358/1
BR06/0358/2
BR06/0358/3 etc. etc. up to maximum /12

Any help would be greatly appreciated. If it makes it any easier the initial
number could be input as BR06/0358/0 although I'd prefer not to.

I'm using excel 2000

Thanks
Martin



Niek Otten

Incrementing numbers
 
Hi Martin,

=IF(LEN(A1)=9,A1&"/1",LEFT(A1,10)&RIGHT(A1,1)+1)

Copy down
--
Kind regards,

Niek Otten

"Floyd107" wrote in message
...
Hi group,

I need to enter a number in a cell and have other cells in the worksheet
update automatically from the base number.

Initial number -
BR06/0358

Output required each in different cells-
BR06/0358/1
BR06/0358/2
BR06/0358/3 etc. etc. up to maximum /12

Any help would be greatly appreciated. If it makes it any easier the
initial number could be input as BR06/0358/0 although I'd prefer not to.

I'm using excel 2000

Thanks
Martin




MartinW

Incrementing numbers
 
Many thanks Niek, it works a treat!!!
When I get a chance I'll sit down and work out how it functions. For the
time being I'll just put it to good use.

Thanks again,
Martin




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

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