Forum Discussion

AngelaBowman's avatar
AngelaBowman
Qrew Cadet
2 years ago

Number of days

I have two fields-  estimated completion date and date completed.  I am trying to create a formula to populate the number of days to complete the project ONLY if date completed is null.  I can create the formula and make it work if I leave out the completed part, put am getting an error when trying to incorporate the completed field.

------------------------------
Angela Bowman
------------------------------

3 Replies

  • MarkShnier__You's avatar
    MarkShnier__You
    Qrew #1 Challenger
    Can you post your current formula?

    ------------------------------
    Mark Shnier (Your Quickbase Coach)
    mark.shnier@gmail.com
    ------------------------------
    • AngelaBowman's avatar
      AngelaBowman
      Qrew Cadet
      If(
      not IsNull([Date completed]),"",
      ToDays([Estimated completion date]-Today()))

      ------------------------------
      Angela Bowman
      ------------------------------
      • AngelaBowman's avatar
        AngelaBowman
        Qrew Cadet
        I got it...  never mind! thanks.

        ------------------------------
        Angela Bowman
        ------------------------------