Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
eIs there a way to limit teh =SUM() excel function to what is in the
parentheses in each given line that is being added up? example: assorted wraps ($7.50) cookies (1.00) sodas (1.35) Total: and then having it total just the amounts in the parenteses and disregarding everything else in the box? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Put the dollar values in a separate cell, and then sum those.
-- Brevity is the soul of wit. "liillith" wrote: eIs there a way to limit teh =SUM() excel function to what is in the parentheses in each given line that is being added up? example: assorted wraps ($7.50) cookies (1.00) sodas (1.35) Total: and then having it total just the amounts in the parenteses and disregarding everything else in the box? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I agree with what Dave F. wrote--life will be lots easier for lots of things if
you put your data in separate fields. But this worked ok for me: =SUMPRODUCT(--SUBSTITUTE(MID(A1:A3,SEARCH("(",A1:A3,1)+1,255),") ","")) Adjust the range to match your data liillith wrote: eIs there a way to limit teh =SUM() excel function to what is in the parentheses in each given line that is being added up? example: assorted wraps ($7.50) cookies (1.00) sodas (1.35) Total: and then having it total just the amounts in the parenteses and disregarding everything else in the box? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IS THERE AN INTERPOLATION FUNCTION IN EXCEL 2003 | Excel Worksheet Functions | |||
How do i execute a VBA function by clicking on an excel cell? | Excel Discussion (Misc queries) | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
I cant use englisch function names in a swedich version of excel | Excel Discussion (Misc queries) | |||
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. | Excel Worksheet Functions |