#1   Report Post  
Beckyw via OfficeKB.com
 
Posts: n/a
Default need a formula

I need a formula that you can take a colum and change it so that i can add 7
zero's to the end of the numbers already there. thanks
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

Are those values in that other cell?

If yes, then maybe:
=A1*10^7
or
=A1*10000000
and drag down

If it's text:
=A1&"0000000"
and drag down.

(did you mean the right side?)

But it also depends on what's in that cell.
3.3333333333333
would break my first couple of formulas

"Beckyw via OfficeKB.com" wrote:

I need a formula that you can take a colum and change it so that i can add 7
zero's to the end of the numbers already there. thanks


--

Dave Peterson
  #3   Report Post  
Beckyw via OfficeKB.com
 
Posts: n/a
Default

what i have is 345236544 in a cell and i need to add 7 zeros to that and do
the same for the rest of the colum. So it should then be 3452365440000000
thanks for your help

Dave Peterson wrote:
Are those values in that other cell?

If yes, then maybe:
=A1*10^7
or
=A1*10000000
and drag down

If it's text:
=A1&"0000000"
and drag down.

(did you mean the right side?)

But it also depends on what's in that cell.
3.3333333333333
would break my first couple of formulas

I need a formula that you can take a colum and change it so that i can add 7
zero's to the end of the numbers already there. thanks


  #4   Report Post  
Roger Govier
 
Posts: n/a
Default

Hi Becky

Try
=TEXT(A1)&"0000000"

Regards

Roger Govier


Beckyw via OfficeKB.com wrote:
what i have is 345236544 in a cell and i need to add 7 zeros to that and do
the same for the rest of the colum. So it should then be 3452365440000000
thanks for your help

Dave Peterson wrote:

Are those values in that other cell?

If yes, then maybe:
=A1*10^7
or
=A1*10000000
and drag down

If it's text:
=A1&"0000000"
and drag down.

(did you mean the right side?)

But it also depends on what's in that cell.
3.3333333333333
would break my first couple of formulas


I need a formula that you can take a colum and change it so that i can add 7
zero's to the end of the numbers already there. thanks


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
IF formula? meris Excel Worksheet Functions 1 September 6th 05 07:14 AM
writing a formula for a colored value aaronwexler New Users to Excel 11 September 1st 05 03:11 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


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