Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Formula Problem

My boss has given me a spreadsheet with about 6000 different prices on, which
all need to be increased by 3.63%. Is there any way of creating a formula to
add the percentage to the figures already entered, wihtout having to manually
work out and change each figure?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,393
Default Formula Problem

Yes, and it is very easy
1) with formula: let's say the first price in in C2. Insert a new empty
column D. In D2 type =C1*(1+3.63%). Copy this down the column; the quickest
way is to right click D2's fill handle which is the small solid square in
lower right corner when the cell in selected.
If you wish now to get rid of the old values we first convert the formulas
to values. Select all the entries in D; use Copy then with them still
selected use Edit | Paste Special with Values specified

2) without formulas; In any empty cell type =1+3.63%; copy this cell; select
all the old prices and use Edit | Paste Special with Multiply specified

Make use you back up the file before you begin to experiment

best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme



"suzi_wells" wrote in message
...
My boss has given me a spreadsheet with about 6000 different prices on,
which
all need to be increased by 3.63%. Is there any way of creating a formula
to
add the percentage to the figures already entered, wihtout having to
manually
work out and change each figure?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,420
Default Formula Problem

In a spare cell type 1.0363. Copy that cell.

Select all of the values to be increased.
Goto EditPasteSpecial and click the Multiply button.
OK out.

Clear that spare cell.

--
__________________________________
HTH

Bob

"suzi_wells" wrote in message
...
My boss has given me a spreadsheet with about 6000 different prices on,
which
all need to be increased by 3.63%. Is there any way of creating a formula
to
add the percentage to the figures already entered, wihtout having to
manually
work out and change each figure?



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
Formula Problem Paul Black Excel Discussion (Misc queries) 0 October 19th 09 12:41 PM
Formula Problem Mark Hanson Excel Discussion (Misc queries) 2 September 12th 07 05:17 PM
Formula Problem Excellerated Excel Discussion (Misc queries) 1 August 24th 07 06:50 PM
Formula problem Nancy E Excel Discussion (Misc queries) 4 May 11th 07 06:47 PM
Formula Problem roxiemayfield Excel Worksheet Functions 2 May 9th 07 04:25 PM


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

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"