Hi,
I am using a formula
=sumifs(x:x,y:y,">'1/1/2012")
to sum up the amounts after 1/1/2012
However, the date column(y:y) contains an apostrophe in front of the date which stops excel from reading as a date. Actually, whole worksheet contains the apostrophe except the amount column.
Without creating a whole new column using =datavalue to convert it to DATE and have the formula look at the column, is there a way to do it straight from the above formula?
thanks
I am using a formula
=sumifs(x:x,y:y,">'1/1/2012")
to sum up the amounts after 1/1/2012
However, the date column(y:y) contains an apostrophe in front of the date which stops excel from reading as a date. Actually, whole worksheet contains the apostrophe except the amount column.
Without creating a whole new column using =datavalue to convert it to DATE and have the formula look at the column, is there a way to do it straight from the above formula?
thanks