Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How do I decrease the value of a column by 10%

I would appreciate help on this matter otherwise i have to do it manually.

cheers
Michelle
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default How do I decrease the value of a column by 10%

one way
With Columns("A")
.ColumnWidth = .ColumnWidth * 0.9
End With

--


Gary


"Eagledove" wrote in message
...
I would appreciate help on this matter otherwise i have to do it manually.

cheers
Michelle



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default How do I decrease the value of a column by 10%

Hi there,

do you mean the column width or the values in the column?
If its the former, then Gary's post is what you need.
Otherwise there are a number of ways...
You could use an array formula like this:
1 - Select the cells you want to decrease by 10%.
2 - Copy and paste to an unused section of the work book - Leave the
cells selected once you have pasted!!!
3 - Enter and = sign in the active cell and then select the cells you
want to decrease by 10% AGAIN. You should now have something like
=A1:A30 in your Activecell. Now enter * 0.9 so you have =A1:A30 * 0.9
in the active cell.
4 - Now is the magic bit! Hold down Ctrl + Shift then press Enter. All
your figures are pasted into the unused section.
5 - Copy these value and then EditPaste SpecialValues over the
original values.

Kind regards

Bernie Russell
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 364
Default How do I decrease the value of a column by 10%

i didn't understand what they wanted. yours is probably what they wanted.

--

Gary
Excel 2003


wrote in message
...
Hi there,

do you mean the column width or the values in the column?
If its the former, then Gary's post is what you need.
Otherwise there are a number of ways...
You could use an array formula like this:
1 - Select the cells you want to decrease by 10%.
2 - Copy and paste to an unused section of the work book - Leave the
cells selected once you have pasted!!!
3 - Enter and = sign in the active cell and then select the cells you
want to decrease by 10% AGAIN. You should now have something like
=A1:A30 in your Activecell. Now enter * 0.9 so you have =A1:A30 * 0.9
in the active cell.
4 - Now is the magic bit! Hold down Ctrl + Shift then press Enter. All
your figures are pasted into the unused section.
5 - Copy these value and then EditPaste SpecialValues over the
original values.

Kind regards

Bernie Russell


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 747
Default How do I decrease the value of a column by 10%

suppose u have data
A1 B1
100 =A1*10/100

drag it down.

then copy the values in B1 , select A1 then Go to Edit | pastespecial
| values | subtract | ok



On Sep 11, 11:43*pm, Eagledove
wrote:
I would appreciate help on this matter otherwise i have to do it manually.. *

cheers
Michelle




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default How do I decrease the value of a column by 10%

Type .9 in an unused cell.

Copy that cell.

Select the range to change and EditPaste SpecialMultiplyOKEsc


Gord Dibben MS Excel MVP

On Thu, 11 Sep 2008 20:43:01 -0700, Eagledove
wrote:

I would appreciate help on this matter otherwise i have to do it manually.

cheers
Michelle


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
decrease formula bar reginaj Excel Discussion (Misc queries) 2 December 8th 08 04:14 PM
How do I decrease the gap width of the Up/down bar? Xcel08 Excel Discussion (Misc queries) 3 April 20th 08 09:28 PM
Stacked Column Chart - Decrease height of columns Fenil Shah[_2_] Charts and Charting in Excel 9 January 5th 08 04:16 AM
Automatic % decrease tdw Excel Discussion (Misc queries) 1 May 26th 05 11:23 AM
DECREASE ALL NUMBERS IN A COLUMN BY A PERCENTAGE LoriK Excel Worksheet Functions 1 December 30th 04 05:45 PM


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