Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have this message in a box that calculates a value using values from
a few other worksheets. Can someone tell me how to fix it. Thanks. #NAME? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Either the error appears in one or multiple cells that you are calculating
with (due to misspelling in those formulas) or the formula in the"box" itself has misspelled text, for instance if you miss a parenthesis or just a simple misspelled formula like CONTIF instead of COUNTIF. So check the spelling in all cells that are part of the calculation -- Regards, Peo Sjoblom "Andy" wrote in message ups.com... I have this message in a box that calculates a value using values from a few other worksheets. Can someone tell me how to fix it. Thanks. #NAME? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It suggests it is referencing a named "variable" which cannot be "found".
What is the formula in the box/cell? "Andy" wrote: I have this message in a box that calculates a value using values from a few other worksheets. Can someone tell me how to fix it. Thanks. #NAME? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On May 9, 1:16 pm, Toppers wrote:
It suggests it is referencing a named "variable" which cannot be "found". What is the formula in the box/cell? "Andy" wrote: I have this message in a box that calculates a value using values from a few other worksheets. Can someone tell me how to fix it. Thanks. #NAME? =SumTotalHrs(Room1!E28+Room2!E28+Room3!E28) This formula is supposed to add up values in cells that themselves have formulas. Thanks. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
What is SumTotalHrs? That is why you get the error
-- Regards, Peo Sjoblom "Andy" wrote in message oups.com... On May 9, 1:16 pm, Toppers wrote: It suggests it is referencing a named "variable" which cannot be "found". What is the formula in the box/cell? "Andy" wrote: I have this message in a box that calculates a value using values from a few other worksheets. Can someone tell me how to fix it. Thanks. #NAME? =SumTotalHrs(Room1!E28+Room2!E28+Room3!E28) This formula is supposed to add up values in cells that themselves have formulas. Thanks. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
SumTotalHrs() looks like it's calling a user-defined function. If the
function does not exist in your workbook, you'll get the #Name error "Andy" wrote: On May 9, 1:16 pm, Toppers wrote: It suggests it is referencing a named "variable" which cannot be "found". What is the formula in the box/cell? "Andy" wrote: I have this message in a box that calculates a value using values from a few other worksheets. Can someone tell me how to fix it. Thanks. #NAME? =SumTotalHrs(Room1!E28+Room2!E28+Room3!E28) This formula is supposed to add up values in cells that themselves have formulas. Thanks. |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On May 9, 3:36 pm, "Peo Sjoblom" wrote:
What is SumTotalHrs? That is why you get the error -- Regards, Peo Sjoblom "Andy" wrote in message oups.com... On May 9, 1:16 pm, Toppers wrote: It suggests it is referencing a named "variable" which cannot be "found". What is the formula in the box/cell? "Andy" wrote: I have this message in a box that calculates a value using values from a few other worksheets. Can someone tell me how to fix it. Thanks. #NAME? =SumTotalHrs(Room1!E28+Room2!E28+Room3!E28) This formula is supposed to add up values in cells that themselves have formulas. Thanks. I was sure that Excel help said to name it which is what I did. That's my story and I am sticking to it. :-) I changed it to Sum and it now works. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
error message | Excel Discussion (Misc queries) | |||
VBA Error Message "Compile Error...." | Excel Discussion (Misc queries) | |||
Error Message | Excel Discussion (Misc queries) | |||
changing the message in an error message | Excel Worksheet Functions | |||
How do I get rid of "Compile error in hidden module" error message | Excel Discussion (Misc queries) |