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.

How can I convert a referenced created date to a numeric value in order to calculate time lapsed

I reference two created date fields from another sheet. I use the following formula to reference the created date:

=IFERROR(INDEX({2a. FEMALE CHANGE ROOM Range 1}, MATCH(JOIN@row, {2a. FEMALE CHANGE ROOM Range 2}, 0))+ "", "")

The result is displayed as 10/01/25 10:35 PM which is correct.

My problem: I need to calculate duration/time lapsed between two referenced created dates, but I get a #INVALID COLUMN VALUE error regardless of the formula I use (Netdays, networkdays, A-B or whatever I try). This is seemingly due to the referenced result not being recognised as a numeric value. I trawled the net and all suggestions to convert to numeric value does not work.

Ive tried the following formula to calculate time lapsed between the two created date references, but I also get the same error #INVALID COLUMN VALUE because the referenced date is not recognised although it is displayed accurately:

=IF(AND([DATE & TIME OF SUBMISSION PART 2]@row <> "", [DATE & TIME OF SUBMISSION PART 1]@row <> ""), ([DATE & TIME OF SUBMISSION PART 1]@row - [DATE & TIME OF SUBMISSION PART 2]@row), "")

Does anyone have any usable solution for me?

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions