Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
lance559
 
Posts: n/a
Default How do I change a number in one cell to change a series of cells?

How do I change a series of numbers in cells by only replacing one number in
a cell? Currently, I want to increase a series of cells 4% and I used the
formula =M50*(1-$P$1). However, I have to use 204% to get a 4% increase and
then it is a negative number. What formula should I be using so when I
change the single cell it either increases 4% or when using 0 it changes to
the original cell number.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default How do I change a number in one cell to change a series of cells?

lance

Not too clear on this but how about placing .04 in $P$1

=M50*(1+$P$1)


Gord Dibben MS Excel MVP


On Fri, 13 Jan 2006 12:03:02 -0800, "lance559"
wrote:

How do I change a series of numbers in cells by only replacing one number in
a cell? Currently, I want to increase a series of cells 4% and I used the
formula =M50*(1-$P$1). However, I have to use 204% to get a 4% increase and
then it is a negative number. What formula should I be using so when I
change the single cell it either increases 4% or when using 0 it changes to
the original cell number.


  #3   Report Post  
Posted to microsoft.public.excel.misc
Sloth
 
Posts: n/a
Default How do I change a number in one cell to change a series of cells?

If you want a formula that outputs M50 increased by P1 percent, use this
formula

=M50*(1+$P$1)
or
=M50+M50*$P$1

If you want to actually change a cell value by increasing it 4%, then input
1.04 in an empty cell. Copy the cell, and right click the cell you want to
change. Select Paste Special, and then select Multiply and Okay.

"lance559" wrote:

How do I change a series of numbers in cells by only replacing one number in
a cell? Currently, I want to increase a series of cells 4% and I used the
formula =M50*(1-$P$1). However, I have to use 204% to get a 4% increase and
then it is a negative number. What formula should I be using so when I
change the single cell it either increases 4% or when using 0 it changes to
the original cell number.

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
checking that cells have a value before the workbook will close kcdonaldson Excel Worksheet Functions 8 December 5th 05 04:57 PM
I want the greater number of 2 cells to show in a separate cell Ron Coderre Excel Discussion (Misc queries) 1 November 16th 05 09:22 PM
how to format only a specific character or number in each cell withina range of cells Colleen Excel Worksheet Functions 1 September 12th 05 05:44 PM
CELLS HAVING SAME NUMBER BY CHANGING ANY CELL JOHN MORREY Excel Discussion (Misc queries) 2 December 2nd 04 02:50 AM
how to change the state of a number in a cell from negative to po. Steve11 Excel Discussion (Misc queries) 1 November 29th 04 07:00 AM


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