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 Looking for a formula that will divide a column & rows by 2

I would like to have a formula for a column in my worksheet that can divide
a number by 2.

Example:

Total Value Total Sale
$3.00 $1.50
$4.00 $2.00

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Looking for a formula that will divide a column & rows by 2


Say

$3.00 in A2 just enter this in B2.
=A2/2

if you want to hide zero's then enter

=IF(A1="","",A1/2)

VBA Noob


--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=570984

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Looking for a formula that will divide a column & rows by 2

Assuming columns A and B

In Total Sales B2 enter =A2/2

If you don't yet have a value in column A enter the formula as

=IF(A2="","",A2/2) so B2 will look blank if no value in A2

Drag/copy down column B as far as you wish.


Gord Dibben MS Excel MVP


On Fri, 11 Aug 2006 23:19:01 -0700, anchar
wrote:

I would like to have a formula for a column in my worksheet that can divide
a number by 2.

Example:

Total Value Total Sale
$3.00 $1.50
$4.00 $2.00


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
repeat a formula same column same number of rows apart steveo Excel Discussion (Misc queries) 2 July 9th 06 04:34 AM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
creating a bar graph Johnfli Excel Discussion (Misc queries) 0 October 26th 05 08:16 PM
Same formula in each cell of column; insert rows w/o copying down tgdavis Excel Discussion (Misc queries) 3 September 14th 05 09:32 PM
Formula to compare multiple rows values based on another column? Murph Excel Worksheet Functions 4 February 21st 05 02:44 AM


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