DISPLAY BOTTOM ENTRY ON A COLUMN

How can I display the bottom (last entered) value of a column in a different "cell"

 

Capture.JPG

Tags:

Comments

  • Andrée Starå
    Andrée Starå ✭✭✭✭✭✭
    edited 04/29/19

    Hi John,

    Here's an example using an INDEX function.

    +1 is because it seems like you have one row empty in the top.

    Depending on what you want to get the bottom value of, you could also use a MAX function. =MAX(Value:Value)

    Try something like this.

    =INDEX(Value:Value; COUNT((Value:Value)) + 1)

    The same version but with the below changes for your and others convenience.

    =INDEX(Value:Value, COUNT((Value:Value)) + 1)

    Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.

    Did it work?

    Have a fantastic week!

    Best,

    Andrée Starå

    Workflow Consultant @ Get Done Consulting

    SMARTSHEET EXPERT CONSULTANT & PARTNER

    Andrée Starå | Workflow Consultant / CEO @ WORK BOLD

    W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35

    Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!