Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a way to take an excel spreadsheet full of numbers and have all
those numbers change if you asked for a different % of the original. For example: if at 100% my numbers read across the top 10.00, 20.00, 30.00, 40.00 but if I changed the % to 90% my numbers would change to 9.00, 18.00, 27.00, 36.00 and if I changed the % to 50% my numbers would change to 5.00, 10.00, 15.00, 20.00 I know I could put the % into a cell and formula and have that change, but how do I keep my original value & have it update in that same cell. Is that even possible? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you do operations on the original numbers, they will not be retained in the
same cell. To change a range at one whack without formulas............. Enter 90% in an empty cell. Copy that cell. Select the range to change and EditPaste SpecialMultiplyOKEsc. Assuming range of original numbers is A1:E100 To retain the originals, enter a formula in G1 such as =A1*$F$1 where F1 contains 90% or whatever you wish. Copy that formula across 5 columns and down 100 rows. When you change the 90% to 50% the result cells will change but originals will not. Gord Dibben MS Excel MVP On Tue, 24 Jun 2008 16:35:00 -0700, scr wrote: Is there a way to take an excel spreadsheet full of numbers and have all those numbers change if you asked for a different % of the original. For example: if at 100% my numbers read across the top 10.00, 20.00, 30.00, 40.00 but if I changed the % to 90% my numbers would change to 9.00, 18.00, 27.00, 36.00 and if I changed the % to 50% my numbers would change to 5.00, 10.00, 15.00, 20.00 I know I could put the % into a cell and formula and have that change, but how do I keep my original value & have it update in that same cell. Is that even possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|