G
Guest
I have a worksheet that the first column is the calendar month, second - nth
columns are different data regarding that month.
I then have a data entry area where the user indicates a starting month to
begin entering data (jun, jul, aug), etc. I can use the MATCH function so
that regardless of what format, etc. they type, I get the correct starting
month. What I can't figure out, is how to get it to go to the following
month. What I currently have is:
=INDEX(MM_YY,MATCH(Start_date,Start_Week, 1)+1,1)
where the +1 then has to be edited to +2, +3, etc. to move down the list.
Very kludegy and error-prone. Can someone think of a better way ... I'm
sorely stuck and it's been a few hours!!!
Appreciate the help,
Cindy
columns are different data regarding that month.
I then have a data entry area where the user indicates a starting month to
begin entering data (jun, jul, aug), etc. I can use the MATCH function so
that regardless of what format, etc. they type, I get the correct starting
month. What I can't figure out, is how to get it to go to the following
month. What I currently have is:
=INDEX(MM_YY,MATCH(Start_date,Start_Week, 1)+1,1)
where the +1 then has to be edited to +2, +3, etc. to move down the list.
Very kludegy and error-prone. Can someone think of a better way ... I'm
sorely stuck and it's been a few hours!!!
Appreciate the help,
Cindy