I hope this is simple question. These formulas work great for one column.
=MIN(OFFSET($AE$11,COUNT($AE$11:$AE$200)-20,0,20,1))
I've searched, tried several guesses of my own and can't find a way to add a column to this formula. I need to the earliest / minimum date from the combination of two different columns with a dynamic range. The column I need to add will have the same row range and something like column AO. Of course I'll need the maximum / latest date also.
=MAX(OFFSET($AE$11,COUNT($AE$11:$AE$200)-20,0,20,1))
I can upload an example of the data if that would help.
Thanks,
Ken
=MIN(OFFSET($AE$11,COUNT($AE$11:$AE$200)-20,0,20,1))
I've searched, tried several guesses of my own and can't find a way to add a column to this formula. I need to the earliest / minimum date from the combination of two different columns with a dynamic range. The column I need to add will have the same row range and something like column AO. Of course I'll need the maximum / latest date also.
=MAX(OFFSET($AE$11,COUNT($AE$11:$AE$200)-20,0,20,1))
I can upload an example of the data if that would help.
Thanks,
Ken