Very strange problem, is this a bug?

excelos

Well-known Member
Joined
Sep 25, 2011
Messages
592
Office Version
  1. 365
Platform
  1. Windows
Hello!

These two functions seem identical to me:

Code:
=IF(D46<$J8,IF(D29=0,IF(D30=0,0,"BOTTLENECK"),D29/($J8-COLUMNS($D49:D49))),0)
=IF(D46<$J9,IF(D32=0,IF(D33=0,0,"BOTTLENECK"),D32/($J9-COLUMNS($D50:D50))),0)


The input cells are exactly the same, D29=0 and D30=431 with the only difference being $J8 being 28 and $J9 being 30.

However, the second function delivers inconsistent results with the first one.

Any idea what could be wrong?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Re: Very strage problem, is this a bug?

You haven't given enough information. What is in D32, D33 for example? How are the results inconsistent?
 
Upvote 0
Re: Very strage problem, is this a bug?

To make it more simple, this is the formula:

Code:
=IF(G32=0,IF(G33=0,0,"BOTTLENECK"),G32/($J9-COLUMNS($D50:G50)))

G32=0
G33=431
$J9=30

yet, instead of showing BOTTLENECK, it shows 0!

That's so strange, can anyone identify what's wrong?
 
Upvote 0
Re: Very strage problem, is this a bug?

These two functions seem identical to me:
Any idea what could be wrong?
Yes but the criterion is different in D33 cell.
Put some value in the D33 cell as 7 or 431 so see the result.
 
Upvote 0
Re: Very strage problem, is this a bug?

Code:
=IF(G32=0,IF(G33=0,0,"BOTTLENECK"),G32/($J9-COLUMNS($D50:G50)))

G32=0
G33=431
$J9=30

yet, instead of showing BOTTLENECK, it shows 0!
One way that could happen is if cell G32 is holding a Text 0 instead of a Numerical 0
 
Upvote 0
Re: Very strage problem, is this a bug?

Id imagine this also returns FALSE:

=ISNUMBER(G32)
 
Upvote 0
Re: Very strage problem, is this a bug?

Or calculation is set to manual.
 
Upvote 0
Re: Very strage problem, is this a bug?

Yes but the criterion is different in D33 cell.
Put some value in the D33 cell as 7 or 431 so see the result.

I put it and it doesn't change anything!

Is there a way to upload the file to check?
 
Upvote 0

Forum statistics

Threads
1,225,739
Messages
6,186,743
Members
453,370
Latest member
juliewar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top