Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hello,
I have created a summary sheet for my personal budget summarising totals for the financial year. I am trying to add a row of cells B24 to E24 which have the values $11.60, $0.40, $15.00 and $15.50 using the SUM function. I know it equals $42.50 because it displays this total in the status bar when cells B24:E24 are highlighted. However, the function returns a result of $0.00 in cell F24. The cells are formatted as currency. I have tried embedding VALUE() into the sum function as suggested by another user on this discussion board with no success. Any ideas of possible solutions? cheers Phil. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
What are your =SUM() formula's parameters?
-- AP "Mr_Philby_Takeshi" a écrit dans le message de news: ... hello, I have created a summary sheet for my personal budget summarising totals for the financial year. I am trying to add a row of cells B24 to E24 which have the values $11.60, $0.40, $15.00 and $15.50 using the SUM function. I know it equals $42.50 because it displays this total in the status bar when cells B24:E24 are highlighted. However, the function returns a result of $0.00 in cell F24. The cells are formatted as currency. I have tried embedding VALUE() into the sum function as suggested by another user on this discussion board with no success. Any ideas of possible solutions? cheers Phil. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You probably have the values entered
'$ 11.60 when it needs to be 11.60 and then format as currency try this: put 1 in a cell somewherecopy that cellhighlight all cells with your text valueseditpaste specialmultiply. your formula should be =sum(b24:e24) -- Don Guillett SalesAid Software "Mr_Philby_Takeshi" wrote in message ... hello, I have created a summary sheet for my personal budget summarising totals for the financial year. I am trying to add a row of cells B24 to E24 which have the values $11.60, $0.40, $15.00 and $15.50 using the SUM function. I know it equals $42.50 because it displays this total in the status bar when cells B24:E24 are highlighted. However, the function returns a result of $0.00 in cell F24. The cells are formatted as currency. I have tried embedding VALUE() into the sum function as suggested by another user on this discussion board with no success. Any ideas of possible solutions? cheers Phil. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This doesn't sound right. If they were text, the SUM in the status bar would
not show properly. IS there anything unusual with your SUM function? -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Mr_Philby_Takeshi" wrote in message ... hello, I have created a summary sheet for my personal budget summarising totals for the financial year. I am trying to add a row of cells B24 to E24 which have the values $11.60, $0.40, $15.00 and $15.50 using the SUM function. I know it equals $42.50 because it displays this total in the status bar when cells B24:E24 are highlighted. However, the function returns a result of $0.00 in cell F24. The cells are formatted as currency. I have tried embedding VALUE() into the sum function as suggested by another user on this discussion board with no success. Any ideas of possible solutions? cheers Phil. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding rows in several worksheets along with formulas | Excel Discussion (Misc queries) | |||
Adding numbers in a column results in zero: why? | Excel Worksheet Functions | |||
abdualmohsn | Excel Discussion (Misc queries) | |||
Adding Rows to Master Sheet | New Users to Excel | |||
adding only positive numbers | Excel Discussion (Misc queries) |