0

Highest Value of 5 fields

Hi.

Need a fórmula on 'Total Earned' to give me the highest value of the 5 fields EarnedValue1.....EarnedValue5

Is posible ?

2 Antworten

null
    • T_Bartzsch
    • vor 6 Monaten
    • Gemeldet - anzeigen

    Hi Rafael, si es posible... (estoy aprendiendo español :) )

    you can put all values in an array and then use the max()

    let myArray := [EarnedValue1,EarnedValue2,EarnedValue3....];
    max(myArray)
      • Rafael_Sanchis
      • vor 6 Monaten
      • Gemeldet - anzeigen

      Thanks a lot Bartzsch appreciate your help.

      Muchas Gracias,

Content aside

  • Status Answered
  • vor 6 MonatenZuletzt aktiv
  • 2Antworten
  • 28Ansichten
  • 2 Folge bereits