Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I markup a column of numbers without adding a column?

I am trying to markup a column of numbers but do not wish to add a column
(eg. Column A * .05 for Column B). Is this possible?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default How do I markup a column of numbers without adding a column?

You mean you want to add 5% to a range of cells? If so,
Enter 1.05 in an empty cell.
Copy that cell.
Highlight the range you want to change
Right-click, choose Paste Special...MultiplyOK
Delete the 1.05 if desired.

Regards,
Fred

"Afreshb" wrote in message
...
I am trying to markup a column of numbers but do not wish to add a column
(eg. Column A * .05 for Column B). Is this possible?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default How do I markup a column of numbers without adding a column?

If your data is in A1:A99, you could use a formula like:

=a1*.05
Or probably
=a1*1.05
(since it's a markup)

and drag down.

I'm not sure what you mean about not adding a column, though.

=========
Another approach--with your data in A2:A99 (not row 1!)
This would go in B2:
=a2*$B$1
and drag down

You'd put 1.05 or 105% or .05 or 5% (or whatever you wanted)

Afreshb wrote:

I am trying to markup a column of numbers but do not wish to add a column
(eg. Column A * .05 for Column B). Is this possible?


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How do I markup a column of numbers without adding a column?

I would say OP does not want to use a helper column.

Wants to do it in situ.


Gord

On Tue, 02 Feb 2010 10:31:34 -0600, Dave Peterson
wrote:

I'm not sure what you mean about not adding a column, though.


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default How do I markup a column of numbers without adding a column?

Could be.

Gord Dibben wrote:

I would say OP does not want to use a helper column.

Wants to do it in situ.

Gord

On Tue, 02 Feb 2010 10:31:34 -0600, Dave Peterson
wrote:

I'm not sure what you mean about not adding a column, though.


--

Dave Peterson
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
Adding column numbers Phil Excel Discussion (Misc queries) 1 August 29th 08 09:39 PM
ADDING NUMBERS IN A COLUMN cb New Users to Excel 7 October 12th 07 03:18 AM
adding numbers from column B, while condition on column A The Fool on the Hill Excel Discussion (Misc queries) 4 February 1st 07 01:34 PM
Adding a % value to a column of numbers Morefeus Direct Excel Worksheet Functions 9 September 16th 06 09:41 PM
Adding numbers in a column Holden Caulfield New Users to Excel 9 September 14th 06 07:14 PM


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