i don't think you can do it within the same column. there'd be no way
for an excel formula to compare & recognize a new date.
IMHO you'd need a helper column.......
dates are in colum a
formula in cell b1 would be:
=a1
formula in cell b2 would be:
=IF((A1=A2),A1,A2)
formula in cell b3 would be:
=IF((A2=A3),A2,A3)
Type an = sign in active blank cell(A2) and then point or arrow up to A1.
Hit CTRL + ENTER.
You can copy/paste special>values to get rid of the formulas.
Gord Dibben MS Excel MVP
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.