Dave, I have looked at that but have difficulty putting it all together. You
went with me in excel and really were a big help. I spent many hours and I
thank you. I wrote the question better and this is what was replied this is
the respnse that I got I am getting ready to try it out .
you look at the arguements for OFFSET, you'll see that the last number
controls how many columns to return. (the previous controls length). For your
situation, I'd write:
=OFFSET(Sheet1!$C$1,0,0,MAX(COUNTA(Sheet1!$C:$C),COUNTA(Sheet1!$D$D)),2)
The MAX function is there to determine which column (C or D) is controlling
the size of your range.
--
Best Regards,
Luke M
*Remember to click "yes" if this post helped you!*
Thank you again.