Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35
Default I need the correct function or formula...

How do you have your spreadsheet automatically update the total amount when
changing values...

...example

amount ordered price total

2 1.99 3.98
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,118
Default I need the correct function or formula...

With
A2: (quantity)
B2: (price)

C2: =A2*B2
or...if you don't want zeros displayed for empty rows...
C2: =IF(A2<0,A2*B2,"")

....and if you want to get a bit fancy...
See Debra Dalgleish's instructions for building an Order Form:
http://www.contextures.com/xlOrderForm01.html

Does that help?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)


"Crystal" wrote in message
...
How do you have your spreadsheet automatically update the total amount
when
changing values...

..example

amount ordered price total

2 1.99 3.98




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
Trying to Find the Correct Answer-But not using Vlookup Function John Bundy Excel Worksheet Functions 0 November 30th 06 07:37 PM
Using MATCH function does not return correct answer LindaBabe54 Excel Worksheet Functions 2 July 31st 06 02:53 PM
MAX Function not returning correct value Phil Excel Worksheet Functions 4 April 28th 06 10:14 PM
Vlookup Function Arguments are correct but nothing in cell Tom Excel Worksheet Functions 12 April 25th 06 12:41 AM
What is the correct function to use, please? DDF Excel Worksheet Functions 2 July 9th 05 01:41 AM


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