LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Don Guillett
 
Posts: n/a
Default

right click sheet tabview codeinsert thissave.
Now, when anything is entered in col 3 (below row1) it will be multiplied by
col 2 and entered in col 4
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Row < 2 Or Target.Column < 3 Then Exit Sub
Target.Offset(, 1) = Target.Offset(, -1) * Target
End Sub

--
Don Guillett
SalesAid Software

"Seige Silver" <Seige
wrote in message
...
I have a worksheet with three columns. Col1 is item, Col2 is price and

Col3
is quantity. I need a column 4 that calculates col2 * col3 and displays
total. I tried formulas, but i need the total to be displayed

automatically
whenever i navigate to that column after entering col 2 and col 3. I dont
want to drag the formula manually to se the results. It should be like

pure
forms. Any advice?



 
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
Suddenly cannot calculate functions or formulas in Excel Leon Hairie Excel Worksheet Functions 1 March 1st 05 04:26 PM
Automatically 'incrementing' formulas for new rows. MediaScribe New Users to Excel 3 February 21st 05 06:29 PM
How Excel & ACCPAC 6.1 calculate formulas???? Bass Mama1 Excel Worksheet Functions 1 February 9th 05 03:25 PM
Calculate formulas with feet & inches Wayne hof Excel Worksheet Functions 10 January 30th 05 09:58 PM
How do I automatically calculate ages in Xcel? revkermit Excel Discussion (Misc queries) 1 January 14th 05 09:05 PM


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