MAX(Scalar1, Scalar2) Function doesnt work in Excel 2013?

pociners

New Member
Joined
Mar 19, 2014
Messages
32
Hey everyone,

Does anybody know why MAX(Scalar1, Scalar2) Function in PowerPivot Excel 2013 is not working?
PowerPivot Excel 2013 only know MAX(Column) Function.
Currently I use Excel 2016, but when i create a Measure and calculated column using MAX(Scalar1, Scalar2) and open it in Excel 2013, it always shows error..

Can anybody help me how to fix this?

Thanks
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Well, at the end I use
Code:
IF(Scalar1 < Scalar2, Scalar2, Scalar1)
to replace <scalar2,scalar2,scalar1) to="" replace="" <scalar2,scalar2,scalar1)[="" code]="" <font="" color="#333333">MAX(Scalar1, Scalar2) Function,haha</scalar2,scalar2,scalar1)>
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,158
Messages
6,176,745
Members
452,741
Latest member
Muhammad Nasir Mahmood

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