Work Sheets with Dates

C

CHerzog

I have a work sheet with a column listing all items. As they are up dated a
date is entered to the right of them in a new column. I need a column to the
right of the Item that will display the latest date I have entered. I was
using a IF function before but I have exceeded the seven limit. What can I do?
 
G

Gary''s Student

Say your items are in column A and dates are recorded in cols C,D,E,F,.....

In column B, enter:

=MAX(C1:IV1) and format as Date. This works because the latest date is the
largest numerically.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top