Hyperlinks in date cells prohibiting date's usage in formulas

Best Answer
-
Hi @benzion123_
As @TVang explained, you need to treat the issue date column cell value as text.
=NETDAYS(DATE(2000 + VALUE(RIGHT([Issue Date]@row, 2)), VALUE(LEFT([Issue Date]@row, 2)), VALUE(MID([Issue Date]@row, 4, 2))), [Expiration Date]@row)
Answers
-
@TVang Would you be able to help me with the correct formula, to get the results even thought that the "Issue date" column has hyperlinks?:
=NETDAYS([Issue Date(Formula)]@row, [Expiration date]@row)
-
Hi @benzion123_
As @TVang explained, you need to treat the issue date column cell value as text.
=NETDAYS(DATE(2000 + VALUE(RIGHT([Issue Date]@row, 2)), VALUE(LEFT([Issue Date]@row, 2)), VALUE(MID([Issue Date]@row, 4, 2))), [Expiration Date]@row)
-
Wow! It worked!! Tnx a lot @jmyzk_cloudsmart_jp!
-
Happy to help!😁
Help Article Resources
Categories
Check out the Formula Handbook template!