Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default Formula that regulate rezult exacly in 16 symbols!

I have in cell A1 value 2, in B1 value 1 (it changes), in C1 i have to get
rezult starting from value 2, therefore many zeros and finally value in B1,
it seems to be like 2000000000000001.
If value in B1 is 11, result must be 2000000000000011
If value in B1 is 111, result must be 2000000000000111 and e.t.c.
Rezult must be always 16 digits long!
Can anyone help?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Formula that regulate rezult exacly in 16 symbols!

=A1&REPT("0",16-LEN(A1)-LEN(B1))&B1

Regards,
Stefi

€˛Lion2004€¯ ezt Ć*rta:

I have in cell A1 value 2, in B1 value 1 (it changes), in C1 i have to get
rezult starting from value 2, therefore many zeros and finally value in B1,
it seems to be like 2000000000000001.
If value in B1 is 11, result must be 2000000000000011
If value in B1 is 111, result must be 2000000000000111 and e.t.c.
Rezult must be always 16 digits long!
Can anyone help?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default Formula that regulate rezult exacly in 16 symbols!

Many thanks, it was my first post here and it was exacly right suggestion!
Thanks Stefi!

"Stefi" wrote:

=A1&REPT("0",16-LEN(A1)-LEN(B1))&B1

Regards,
Stefi

€˛Lion2004€¯ ezt Ć*rta:

I have in cell A1 value 2, in B1 value 1 (it changes), in C1 i have to get
rezult starting from value 2, therefore many zeros and finally value in B1,
it seems to be like 2000000000000001.
If value in B1 is 11, result must be 2000000000000011
If value in B1 is 111, result must be 2000000000000111 and e.t.c.
Rezult must be always 16 digits long!
Can anyone help?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Formula that regulate rezult exacly in 16 symbols!

You are welcome! Thanks for the feedback!
Stefi


€˛Lion2004€¯ ezt Ć*rta:

Many thanks, it was my first post here and it was exacly right suggestion!
Thanks Stefi!

"Stefi" wrote:

=A1&REPT("0",16-LEN(A1)-LEN(B1))&B1

Regards,
Stefi

€˛Lion2004€¯ ezt Ć*rta:

I have in cell A1 value 2, in B1 value 1 (it changes), in C1 i have to get
rezult starting from value 2, therefore many zeros and finally value in B1,
it seems to be like 2000000000000001.
If value in B1 is 11, result must be 2000000000000011
If value in B1 is 111, result must be 2000000000000111 and e.t.c.
Rezult must be always 16 digits long!
Can anyone help?

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
Find value in array Brook6 Excel Worksheet Functions 26 January 30th 07 09:40 PM
Function that returns symbols as formula result eg up/down arrow? CP Smith Excel Worksheet Functions 2 October 20th 06 03:44 PM
can I remove negative symbols without a formula PMLACC Excel Discussion (Misc queries) 4 August 25th 06 06:53 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM


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