Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
what formula do i use to get this
A1 x B1 + C1 = D1 or quantity x price ea + shipping = total |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In D1
=A1*B1+C1 Regards, Alan "Creighton" wrote in message ... what formula do i use to get this A1 x B1 + C1 = D1 or quantity x price ea + shipping = total |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Type in D1 =A1 * B1 + C1 ??? -- choc_penguin ------------------------------------------------------------------------ choc_penguin's Profile: http://www.excelforum.com/member.php...o&userid=30099 View this thread: http://www.excelforum.com/showthread...hreadid=528747 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() In D1 place =sum(a1*b1+c1) -- keithl816 ------------------------------------------------------------------------ keithl816's Profile: http://www.excelforum.com/member.php...o&userid=21287 View this thread: http://www.excelforum.com/showthread...hreadid=528747 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"keithl816" wrote
in message ... In D1 place =sum(a1*b1+c1) Why the "sum", Keith? -- David Biddulph |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If that's not a rhetorical question then SUM is obsolete in this case, no
need at all but fairly common nevertheless. If it is then you already know that <g -- Regards, Peo Sjoblom http://nwexcelsolutions.com "David Biddulph" wrote in message ... "keithl816" wrote in message ... In D1 place =sum(a1*b1+c1) Why the "sum", Keith? -- David Biddulph |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formulas not recognizing new data | Excel Discussion (Misc queries) | |||
Countif formulas change after doing a sort | Excel Worksheet Functions | |||
Array Formulas take waaaay too long... | Excel Worksheet Functions | |||
Problem with named formula's | Excel Worksheet Functions | |||
calculating formulas for all workbooks in a folder | Excel Worksheet Functions |