#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default formula errors

I appear to have a problem with formulas in Excel. formulas where a cell
containing a formula cannot be compared to a cell containing an input value
example: =IF(BC13=H10,1,0) where BC13 is a formula referencing other cells
to return a numerical result and H10= input value. The formula was working
last week, and suddenly it fails. Example of cell BC13: =A1+A2 if A1=2 and
A2=4 the result comes back as 6 a correct answer, but if I type 6 into cell
H10, the logic formula returns 0, not the intended 1 result.

What is going wrong and how do I fix the problem?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default formula errors

Are you

--
David Biddulph

"mrpick6" wrote in message
...
I appear to have a problem with formulas in Excel. formulas where a cell
containing a formula cannot be compared to a cell containing an input
value
example: =IF(BC13=H10,1,0) where BC13 is a formula referencing other
cells
to return a numerical result and H10= input value. The formula was working
last week, and suddenly it fails. Example of cell BC13: =A1+A2 if A1=2
and
A2=4 the result comes back as 6 a correct answer, but if I type 6 into
cell
H10, the logic formula returns 0, not the intended 1 result.

What is going wrong and how do I fix the problem?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default formula errors

Sorry. Machine hiccup and it sent the message before I'd finished it.

Are you sure that the values in A1 and A2 are exactly 2 and 4 respectively,
or are they values which have been rounded to 2 and 4? What does =A1+A2-6
show you? What do you see if you format A1 and A2 and BC13 with 16 decimal
places or so?

Perhaps you want =IF(ROUND(BC13,0)=H10,1,0) or even
=IF(ROUND(BC13,0)=ROUND(H10,0),1,0) ?
--
David Biddulph

"David Biddulph" <groups [at] biddulph.org.uk wrote in message
...
Are you

--
David Biddulph

"mrpick6" wrote in message
...
I appear to have a problem with formulas in Excel. formulas where a cell
containing a formula cannot be compared to a cell containing an input
value
example: =IF(BC13=H10,1,0) where BC13 is a formula referencing other
cells
to return a numerical result and H10= input value. The formula was
working
last week, and suddenly it fails. Example of cell BC13: =A1+A2 if A1=2
and
A2=4 the result comes back as 6 a correct answer, but if I type 6 into
cell
H10, the logic formula returns 0, not the intended 1 result.

What is going wrong and how do I fix the problem?





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula Errors / #Value! Mary Lou[_2_] Excel Worksheet Functions 5 May 24th 08 12:51 AM
Mod a Formula For Errors carl Excel Worksheet Functions 1 August 22nd 07 09:42 PM
Excel Throwing Circular Errors When No Errors Exist MDW Excel Worksheet Functions 1 August 10th 06 02:15 PM
Formula errors ynissel Excel Discussion (Misc queries) 7 July 20th 05 02:47 PM
Unresolved Errors in IF Statements - Errors do not show in results Markthepain Excel Worksheet Functions 2 December 3rd 04 08:49 AM


All times are GMT +1. The time now is 10:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"