Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Kozzy
 
Posts: n/a
Default changing data

I have a column of numbers. I want to make a column that adds a percentage
to the first column of original data. Is this possible?

column_1 column 2
100 125
10 12.50
Thanks, to anyone that replies
Chris
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

B2: =A2*125%

In article ,
"Kozzy" wrote:

I have a column of numbers. I want to make a column that adds a percentage
to the first column of original data. Is this possible?

column_1 column 2
100 125
10 12.50
Thanks, to anyone that replies
Chris

  #3   Report Post  
Bill Ridgeway
 
Posts: n/a
Default

The grossing up factor in your example is 1.25. You could have a simple
formula in each cell in column 2 -
=A1*1.25
=B1*1.25

However, especially if you have a large spreadsheet, this can be prone to
user error. Find a cell (perhaps on another worksheet within the
spreadsheet) in which you can place this and other variables. define and
name that cell. To do this -

Click on <Insert<Name<Define and type -
Chris (or any other name you wish).

You may wish to type, in an adjacent cell, a short descriptor of the
variable.

In each of the cell in column 2 type the formula -
=(Chris)

This has the benefits that -
you have to enter (amend) the variable only once
the calculation will be correct even if the variable is moved within the
spreadsheet
if the variable is incorrect it will be, at least, consistently
incorrect.

Regards.

Bill Ridgeway
Computer Solutions

"Kozzy" wrote in message
...
I have a column of numbers. I want to make a column that adds a percentage
to the first column of original data. Is this possible?

column_1 column 2
100 125
10 12.50
Thanks, to anyone that replies
Chris



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
Changing data within one row timmyg Excel Worksheet Functions 5 August 30th 05 04:01 PM
Saving data in a worksheet within a workbook Homeuser Excel Discussion (Misc queries) 2 August 21st 05 10:49 PM
Line Graph Data Recognition Nat Charts and Charting in Excel 2 April 30th 05 02:07 PM
sort data without formulas in other cells changing? Vicky Excel Discussion (Misc queries) 2 March 15th 05 01:17 PM
Changing the Direction of Data within a Column Michael Parsons Excel Worksheet Functions 1 January 27th 05 06:52 PM


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