First I am sorry if this has been asked previously but I could not find anything that helped me out.
I have a spreadsheet that is about 500 rows and part of it includes 8 columns representing the last 8 years. In some of the columns there are dates and others are blank. I want to compare all 8 cells in each of the 500 rows and then just enter the most recent date in a new cell. Some of the rows have no dates are all, some have a few dates and a few have dates in all 8 cells. It does not matter if the formula throws an error when it finds no date as the will indicate that task has never been completed in all 8 years.
I have this formula that I used to indicate when a task was last completed but it cannot look at all 8 cells in a row of course.
=DATEDIF(P2,TODAY(),"Y") & " Years, " & DATEDIF(P2,TODAY(),"YM") & " Months, " & DATEDIF(P2,TODAY(),"MD") & " Days"
This is probably a simple task for many of you but I have not been able to get anything to work.
Hope this makes sense.
Thank you,
Mark2455
I have a spreadsheet that is about 500 rows and part of it includes 8 columns representing the last 8 years. In some of the columns there are dates and others are blank. I want to compare all 8 cells in each of the 500 rows and then just enter the most recent date in a new cell. Some of the rows have no dates are all, some have a few dates and a few have dates in all 8 cells. It does not matter if the formula throws an error when it finds no date as the will indicate that task has never been completed in all 8 years.
I have this formula that I used to indicate when a task was last completed but it cannot look at all 8 cells in a row of course.
=DATEDIF(P2,TODAY(),"Y") & " Years, " & DATEDIF(P2,TODAY(),"YM") & " Months, " & DATEDIF(P2,TODAY(),"MD") & " Days"
This is probably a simple task for many of you but I have not been able to get anything to work.
Hope this makes sense.
Thank you,
Mark2455