Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 78
Default How to take 1 column $ amount & put in another column - 2%

I have a price book and want to add a column to reflect 2% off. The costs
are in Column (H) and I want to show the cost - 2% in column (J) When I
started this I only had a hand full to change and I did this by going into
each cell and typed in =sum(H13-(H13*0.02)) I now have the whole book to
change to show the 2% off. That's 500 + rows. These has to be a better way.
I have asked several people who work with excel and they could not help me
and I also looked on line.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 461
Default How to take 1 column $ amount & put in another column - 2%

You can just copy the formula and paste it all the way down. If the data is
columnar form then your formula pasted to the next cell would be

sum(H14-(H14*.02)) and so on

"Jackie" wrote:

I have a price book and want to add a column to reflect 2% off. The costs
are in Column (H) and I want to show the cost - 2% in column (J) When I
started this I only had a hand full to change and I did this by going into
each cell and typed in =sum(H13-(H13*0.02)) I now have the whole book to
change to show the 2% off. That's 500 + rows. These has to be a better way.
I have asked several people who work with excel and they could not help me
and I also looked on line.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default How to take 1 column $ amount & put in another column - 2%

Try this:

=ROUND(H13*0.98,2)
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Jackie" wrote in message
...
I have a price book and want to add a column to reflect 2% off. The costs
are in Column (H) and I want to show the cost - 2% in column (J) When I
started this I only had a hand full to change and I did this by going into
each cell and typed in =sum(H13-(H13*0.02)) I now have the whole book to
change to show the 2% off. That's 500 + rows. These has to be a better
way.
I have asked several people who work with excel and they could not help me
and I also looked on line.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default How to take 1 column $ amount & put in another column - 2%

Firstly you don't need the SUM()
=H13-(H13*0.02) or =H13*(1-2%) will do.

There are a number of ways of copying your formula down your 500 rows:
Copy your J13, then select the range into which you want to copy, then
paste, or
Select the bottom right hand corner of J13, where you'll see a black square
called the fill handle. Drag that down your column, or
If you have data in the adjacent column you can just double-click on the
fill handle of J13 and it will auto-fill down as far as you have data in
column I.
--
David Biddulph

"Jackie" wrote in message
...
I have a price book and want to add a column to reflect 2% off. The costs
are in Column (H) and I want to show the cost - 2% in column (J) When I
started this I only had a hand full to change and I did this by going into
each cell and typed in =sum(H13-(H13*0.02)) I now have the whole book to
change to show the 2% off. That's 500 + rows. These has to be a better
way.
I have asked several people who work with excel and they could not help me
and I also looked on line.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default How to take 1 column $ amount & put in another column - 2%

Firstly you don't need the SUM()
=H13-(H13*0.02) or =H13*(1-2%) will do.


and you don't need braces either
=H13-H13*0.02


"David Biddulph" wrote:

Firstly you don't need the SUM()
=H13-(H13*0.02) or =H13*(1-2%) will do.

There are a number of ways of copying your formula down your 500 rows:
Copy your J13, then select the range into which you want to copy, then
paste, or
Select the bottom right hand corner of J13, where you'll see a black square
called the fill handle. Drag that down your column, or
If you have data in the adjacent column you can just double-click on the
fill handle of J13 and it will auto-fill down as far as you have data in
column I.
--
David Biddulph

"Jackie" wrote in message
...
I have a price book and want to add a column to reflect 2% off. The costs
are in Column (H) and I want to show the cost - 2% in column (J) When I
started this I only had a hand full to change and I did this by going into
each cell and typed in =sum(H13-(H13*0.02)) I now have the whole book to
change to show the 2% off. That's 500 + rows. These has to be a better
way.
I have asked several people who work with excel and they could not help me
and I also looked on line.




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
How to get last amount in a column drumz Excel Worksheet Functions 8 November 26th 07 07:37 AM
enter date in column a and amount in column d George A. Yorks Excel Discussion (Misc queries) 3 January 20th 07 09:04 PM
Matching one column against another column of data to show the same amount of data. dodat Excel Worksheet Functions 0 December 30th 05 06:19 PM
Insert Row When Column Amount Changes Ronald \Tony\ Johnson Excel Discussion (Misc queries) 2 May 5th 05 12:37 PM
Insert New Row When Column Amount Changes Ronald \Tony\ Johnson Excel Worksheet Functions 1 May 4th 05 01:15 PM


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

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"