I have one column Miles and a second column Billable miles.

MILES BILLABLE MILES (RESULTS)

IF miles is > 1 miles -500, if miles < 500 "N/A"

Best Answer

  • Genevieve P.
    Genevieve P. Employee
    Answer ✓

    Hi @GLW

    Thank you for clarifying! We can add a statement at the beginning that says If MILES in the cell of this row is less than 500, return "N/A".

    Otherwise (meaning the value is either 500 or more), then we can use your formula to subtract 500.


    Try this:

    =IF(Miles@row <= 500, "N/A", Miles@row - 500)


    I've used @row so you can make this a Column Formula if you'd like!

    Cheers,

    Genevieve

    Need more help? 👀 | Help and Learning Center

    こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!