Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Formula

Hi All

We have the following challenge

We have a sheet where employees can bid for hardware like:

Name - Hardware - Value

John - Iphone 6 - 60 Euro

Michel - Samsung - 50 Euro

Frank - Iphone 6 - 70 Euro

Smith - Samsung - 90 Euro


In another sheet we want to receive the information who bides to most for the hardware like:

Hardware - Value

Iphone 6 - 70 Euro

Samsung - 90 Euro

Is there a Formula to retrieve the data from the first sheet ? like a V lookup with the highest value ?


BR

Mario

Best Answer

  • ✭✭✭✭✭✭
    Answer ✓

    Hi @Mario Rocco

    Hope you are fine, try the following formula:

    Most Bides Value =iferror(MAX(COLLECT(Value:Value, Hardware:Hardware, [Most Bides Hardware]@row)),"")

    check the following screenshot for result

    1.jpg


    PMP Certified

    bassam.khalil2009@gmail.com

    ☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions