Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
I am getting a #value error. The worksheet is set up horizontally. These are the formulas: At the quarter, I have =If(H33="","Quarterly",D33+F33+H33), and so on at each quarter. At the end, the formula in AB33 is =Sum(D33-E33+F33-G33+H33-I33+J33-K33,etc...) I guess it doesn't like the "quarterly" business. Can anyone give me something I can understand that will work around the problem?? Thanks for you help! -- OneFineDay |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet 2. You give me the newsgroup and the subject line 3. You send a clear explanation of what you want 4. You send before/after examples and expected results. -- Don Guillett Microsoft MVP Excel SalesAid Software "M Thompson" wrote in message ... Hi I am getting a #value error. The worksheet is set up horizontally. These are the formulas: At the quarter, I have =If(H33="","Quarterly",D33+F33+H33), and so on at each quarter. At the end, the formula in AB33 is =Sum(D33-E33+F33-G33+H33-I33+J33-K33,etc...) I guess it doesn't like the "quarterly" business. Can anyone give me something I can understand that will work around the problem?? Thanks for you help! -- OneFineDay |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
A #Value error usually means one of your cells is text. I would start
removing cells from your formula until the error disappears. Then you will know the cell causing the problem. For example, are you trying to sum the cell that has "Quarterly" in it? Regards, Fred "M Thompson" wrote in message ... Hi I am getting a #value error. The worksheet is set up horizontally. These are the formulas: At the quarter, I have =If(H33="","Quarterly",D33+F33+H33), and so on at each quarter. At the end, the formula in AB33 is =Sum(D33-E33+F33-G33+H33-I33+J33-K33,etc...) I guess it doesn't like the "quarterly" business. Can anyone give me something I can understand that will work around the problem?? Thanks for you help! -- OneFineDay |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One idea, you can use SUM's ability to ignore text and re-cast this:
=Sum(D33-E33+F33 ... with something like this: =SUM(SUM(D33)-SUM(E33:F33) ... ) ie wrap SUM around each cell/range which might contain mixed data (text/number), or contain formulas that might return mixed data .. Any joy? hit the YES below -- Max Singapore --- "M Thompson" wrote: I am getting a #value error. The worksheet is set up horizontally. These are the formulas: At the quarter, I have =If(H33="","Quarterly",D33+F33+H33), and so on at each quarter. At the end, the formula in AB33 is =Sum(D33-E33+F33-G33+H33-I33+J33-K33,etc...) I guess it doesn't like the "quarterly" business. Can anyone give me something I can understand that will work around the problem?? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Errata, the outer SUM in this is not required
with something like this: =SUM(SUM(D33)-SUM(E33:F33) ... ) Just: =SUM(D33)-SUM(E33:F33) ... -- Max Singapore --- |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sorry it's taken so long to get back to you. Didn't have a chance until now
to try your answer out. It worked perfectly!!! Thanks again -- OneFineDay "Max" wrote: One idea, you can use SUM's ability to ignore text and re-cast this: =Sum(D33-E33+F33 ... with something like this: =SUM(SUM(D33)-SUM(E33:F33) ... ) ie wrap SUM around each cell/range which might contain mixed data (text/number), or contain formulas that might return mixed data .. Any joy? hit the YES below -- Max Singapore --- "M Thompson" wrote: I am getting a #value error. The worksheet is set up horizontally. These are the formulas: At the quarter, I have =If(H33="","Quarterly",D33+F33+H33), and so on at each quarter. At the end, the formula in AB33 is =Sum(D33-E33+F33-G33+H33-I33+J33-K33,etc...) I guess it doesn't like the "quarterly" business. Can anyone give me something I can understand that will work around the problem?? |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ah, no prob. Glad to hear it worked for you.
-- Max Singapore "M Thompson" wrote in message ... Sorry it's taken so long to get back to you. Didn't have a chance until now to try your answer out. It worked perfectly!!! Thanks again |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 - error saving file & error loading dll | Excel Discussion (Misc queries) | |||
Error of slope taking into account error of the data points | Excel Worksheet Functions | |||
Counting instances of found text (Excel error? Or user error?) | Excel Worksheet Functions | |||
Excel 2003 Macro Error - Runtime error 1004 | Excel Discussion (Misc queries) |