Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Using MIN IF function in SAP Dashboard


I am using MIN IF function as below to find minimum value using Array. 

When I try to use this in SAP dashboard, this function doesn’t work. How can I get minimum value for each?


1 Answer
SAP Expert

You can use SUM if function as status is always 1 or 0.

=IF(SUMIF(C:C,Q4,G:G)>=6,1,0)

Advertisements

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.