Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Progressive number in different sheets

Hi,

I am trying to have progressive numer in differnt sheets of the same
cell by copying. Can anybody give me a clue? Thanks.

For example, there are three working sheets as below

A1=400 A1=401 A1=402
sheet 1 sheet 2 sheet 3

the A1 of 'sheet 2'! should be 'sheet 1'!A1 +1
and A1 of 'sheet 3'! should be 'sheet 2'!A1 +1

What the formula could be to achieve the above? Thanks.

Lee
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,872
Default Progressive number in different sheets

Hi Lee,

Am Sat, 31 Jan 2015 12:30:07 +0100 schrieb Claus Busch:

=INDIRECT("Sheet"&MID(CELL("filename",A1),FIND("Sh eet",CELL("filename",A1))+5,99)-1&"!ZS",0)+1


sorry, my translation was wrong.
Try:
=INDIRECT("Sheet"&MID(CELL("filename",A1),FIND("Sh eet",CELL("filename",A1))+5,99)-1&"!RC",0)+1


Regards
Claus B.
--
Vista Ultimate / Windows7
Office 2007 Ultimate / 2010 Professional
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Progressive number in different sheets

Claus Busch於 2015年1月31日星期* UTC+8下午9時15分40秒寫道:

Thanks Claus, sorry to botther you again how to create indices for these sheets?


sorry, my translation was wrong.
Try:
=INDIRECT("Sheet"&MID(CELL("filename",A1),FIND("Sh eet",CELL("filename",A1))+5,99)-1&"!RC",0)+1


Regards
Claus B.
--
Vista Ultimate / Windows7
Office 2007 Ultimate / 2010 Professional


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,872
Default Progressive number in different sheets

Hi Lee,

Am Sat, 31 Jan 2015 06:12:23 -0800 (PST) schrieb :

Thanks Claus, sorry to botther you again how to create indices for these sheets?


if your sheets are named Sheet1, Sheet2 and so on your sheets have
indices. Or you have another name with progressive numbers behind.
If not, you better use VBA.


Regards
Claus B.
--
Vista Ultimate / Windows7
Office 2007 Ultimate / 2010 Professional


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Progressive number in different sheets

I did as you instructed but the A1 cell of all other sheets becoming "#VALUE!"
I save this file as test.xlsx as uploaded to:

https://dl.dropboxusercontent.com/u/4272700/test.xlsx

Can you check and let me know where the mistake is or correct it then upload to somewhere I can download? thanks.


Claus Busch於 2015年1月31日星期* UTC+8下午10時16分37秒寫道:


if your sheets are named Sheet1, Sheet2 and so on your sheets have
indices. Or you have another name with progressive numbers behind.
If not, you better use VBA.


Regards
Claus B.
--
Vista Ultimate / Windows7
Office 2007 Ultimate / 2010 Professional

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,872
Default Progressive number in different sheets

Hi Lee,

Am Sat, 31 Jan 2015 06:42:03 -0800 (PST) schrieb :

Can you check and let me know where the mistake is or correct it then upload to somewhere I can download? thanks.


please look he
https://onedrive.live.com/?cid=9378A...121822A3%21326
for "test"
There are to formulas in each sheet and I hope that they will be
translated correctly when you open the file on your system.


Regards
Claus B.
--
Vista Ultimate / Windows7
Office 2007 Ultimate / 2010 Professional
  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Progressive number in different sheets

Yeah, it works. I ranslated the German one into English one as instructed and open the file on my system, it shows exactly what I want. Thanks, Claus!!

Claus Busch於 2015年1月31日星期* UTC+8下午10時56分32秒寫道:
please look he
https://onedrive.live.com/?cid=9378A...121822A3%21326
for "test"
There are to formulas in each sheet and I hope that they will be
translated correctly when you open the file on your system.


Regards
Claus B.
--
Vista Ultimate / Windows7
Office 2007 Ultimate / 2010 Professional


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
Progressive number with Excel then print a unique Pdf file Mark[_71_] Excel Worksheet Functions 2 July 7th 13 06:56 AM
progressive sum balu Excel Discussion (Misc queries) 3 November 18th 07 06:12 PM
Insert a progressive invoice number George B Excel Worksheet Functions 4 July 1st 07 11:06 PM
Can I have a progressive number in the same cell when printing? Mark Excel Worksheet Functions 0 July 8th 05 12:46 PM
progressive select Mike Excel Worksheet Functions 1 June 8th 05 02:08 AM


All times are GMT +1. The time now is 09:28 PM.

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"