Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can anyone tell me why using this formula =IF(COUNT(B35:B38,F35:F38)0,
SUM(B35:B38,F35:F38), "") in my work sheet in F40, combined with pulling it through to my summary sheet with this formula =IF(OOP!F40="","",OOP!F40) results in FALSE statement? -- Thanks in advance. Scoober |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This is related to the thread "If or". I suggest that we keep all related
discussion in the original thread. Context is important. ----- original message ----- "Scoober" wrote in message ... Can anyone tell me why using this formula =IF(COUNT(B35:B38,F35:F38)0, SUM(B35:B38,F35:F38), "") in my work sheet in F40, combined with pulling it through to my summary sheet with this formula =IF(OOP!F40="","",OOP!F40) results in FALSE statement? -- Thanks in advance. Scoober |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
There's nothing wrong with either formula so I don't see how a result of
FALSE is even possible. -- Biff Microsoft Excel MVP "Scoober" wrote in message ... Can anyone tell me why using this formula =IF(COUNT(B35:B38,F35:F38)0, SUM(B35:B38,F35:F38), "") in my work sheet in F40, combined with pulling it through to my summary sheet with this formula =IF(OOP!F40="","",OOP!F40) results in FALSE statement? -- Thanks in advance. Scoober |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can you think of any reason or solution to the FALSE statement?
-- Thanks in advance. Scoober "T. Valko" wrote: There's nothing wrong with either formula so I don't see how a result of FALSE is even possible. -- Biff Microsoft Excel MVP "Scoober" wrote in message ... Can anyone tell me why using this formula =IF(COUNT(B35:B38,F35:F38)0, SUM(B35:B38,F35:F38), "") in my work sheet in F40, combined with pulling it through to my summary sheet with this formula =IF(OOP!F40="","",OOP!F40) results in FALSE statement? -- Thanks in advance. Scoober |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If the formulas you posted are the *exact* formulas you're using in your
file it's not possible that either one of them will return FALSE. Both have a defined value_if_false argument. -- Biff Microsoft Excel MVP "Scoober" wrote in message ... Can you think of any reason or solution to the FALSE statement? -- Thanks in advance. Scoober "T. Valko" wrote: There's nothing wrong with either formula so I don't see how a result of FALSE is even possible. -- Biff Microsoft Excel MVP "Scoober" wrote in message ... Can anyone tell me why using this formula =IF(COUNT(B35:B38,F35:F38)0, SUM(B35:B38,F35:F38), "") in my work sheet in F40, combined with pulling it through to my summary sheet with this formula =IF(OOP!F40="","",OOP!F40) results in FALSE statement? -- Thanks in advance. Scoober |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Scoober" wrote:
Can anyone tell me why using this formula =IF(COUNT(B35:B38,F35:F38)0, SUM(B35:B38,F35:F38), "") in my work sheet in F40, combined with pulling it through to my summary sheet with this formula =IF(OOP!F40="","",OOP!F40) results in FALSE statement? I guess common sense will not prevail, and we are condemned to splitting the discussion. As they say, to err is what distinguishes humans from other animals. So I'll paraphrase what I wrote in your other thread, then I'll leave you to others who want to help. The second formula, which is in P21 of the summary sheet, can return FALSE only if OOP!F40 contains the value FALSE. One way that the formula in F40 can return FALSE is if you wrote the following by mistake: =IF(COUNT(B35:B38,F35:F38)0, SUM(B35:B38,F35:F38)) But there might other ways that you can mangle the original formula so that it returns FALSE. If you want help, I suggest that you copy-and-paste your formulas from the Formula Bar (the field next to "fx" just below the toolbar) into your postings. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Value if an if statement is false | Excel Discussion (Misc queries) | |||
False Statement won't show | Excel Worksheet Functions | |||
Two TRUE to one FALSE statement | Excel Worksheet Functions | |||
If Statement returns true when false? | Excel Discussion (Misc queries) | |||
If statement that does nothing when false | Excel Discussion (Misc queries) |