Same measure evaluates differently in Excel 2013 and Excel 2016

btreg

New Member
Joined
Feb 29, 2016
Messages
30
The following measure produces a different result depending on whether I use a machine with Excel 2013 or Excel 2016:

=FIRSTNONBLANK(Russell_Group[Provider short name],
IF( [Research Income (Total) £k] =
CALCULATE([Benchmark (Research Income £k)],
VALUES( Russell_Group[Provider short name])
),
1,
BLANK()
)
)

In Excel 2013 it produces the correct result, by returning the correct "Provider Short Name" (where their Research Income (Total) £k is equal to the Benchmark (Research Income £k))

In Excel 2016, the measure does not work correctly, and instead returns the first "Provider Short Name" in the Russel_Group table.

Any insight on why the resuts are different would be much appreciated!
 
Last edited:

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.

Forum statistics

Threads
1,223,896
Messages
6,175,260
Members
452,627
Latest member
KitkatToby

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