Column A is a date a ticket is opened
Column B is today’s date
Column C counts the days between A & B
Column D is the date the ticket is closed
I want column C to count the days between A & B, which it currently does using
=DAYS([@[Today”a Date]],[@[Date Opened]])
but I want the days in column C to stop counting and hold the value when a date is put in column D
Please help with the formula!
Column B is today’s date
Column C counts the days between A & B
Column D is the date the ticket is closed
I want column C to count the days between A & B, which it currently does using
=DAYS([@[Today”a Date]],[@[Date Opened]])
but I want the days in column C to stop counting and hold the value when a date is put in column D
Please help with the formula!