View Single Post
  #4   Report Post  
Jason Morin
 
Posts: n/a
Default

While you can multiply your text values by 1.2 and
nothing will happen, if you really want to just select
numerical values:

1. Key 1.2 into an open cell.
2. Copy that cell.
3. Press Ctrl+A.
4. Press F5 Special click "Constants" and uncheck
everything below except "Numbers".
5. Edit Paste Special and click "Multiply".

HTH
Jason
Atlanta, GA

-----Original Message-----
How can I find all cells in a sheet that are a number
greater than zero and multiply each one by a number?
IE: the number to multiply by is 1.2
A1 Tom
A2 25
A3 0
G12 Bob
G13 25

I want to programatically (without using a macro) find
cells a2 and g13 only and multiply them by 1.2

Thanks in advance for your help.
Jim
.