Formula for If blank Use this

Is there a formula I can use so that when I'm creating a budget burndown, that if I don't have the actual numbers yet, that it will use the forecast instead?

If Blank than Use Forecast.JPG


Best Answer

Answers

  • Kimberlee Adam
    Kimberlee Adam ✭✭✭
  • MCorbin
    MCorbin Overachievers Alumni

    This would do it....

    =IF(ISBLANK([Actual Burndown]@row), [Forecast Burndown]@row, [Actual Burndown]@row)

    BUT..... Is the value in the Actual Burndown column a formula or manually entered?

    If it's manually entered, you could put the above formula in the blank cells, then just overwrite it with the manually entered value, when you have one.

    If there's already a formula in Actual Burndown (perhaps totaling data from another sheet?), I would change the above formula to look like this:

    =IF(originalformula<0, [Forecast Burndown]@row, originalformula)

  • Kimberlee Adam
    Kimberlee Adam ✭✭✭

    I'm still stuck on this. I know it's got to be something so simple that I'm missing. But you can see that the blank rows are not calculating correctly.

    image.png


Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!