Not sure if my thread title is correct, but this is what i would like to do, and have no idea where to even start.
I have 2 sheets in same workbook (pic below)
I have the following formula in Sheet 1, Column A to create a new list, from Sheet 2, Column A, that puts the blanks cells at bottom as shown.
If a date is entered in Sheet 1 Column B, next to a Name (or Names), I need that Date placed in the proper cell In Sheet 2 Column B.
So, for example, If the user enters a date next to Name9 in Sheet 1, (Cell B4), that date will automatically be placed next to Name9 in Sheet 2, (Cell B10)
Thanks for any and all help
I have 2 sheets in same workbook (pic below)
I have the following formula in Sheet 1, Column A to create a new list, from Sheet 2, Column A, that puts the blanks cells at bottom as shown.
Excel Formula:
{=IFERROR(INDEX(Sheet2!$A$2:$A$31,SMALL(IF(Sheet2!$A$2:$A$31<>"",ROW(Sheet2!$A$2:$A$31)-ROW(Sheet2!$A$2)+1),ROWS(Sheet2!$A$2:$A2))),"")}
So, for example, If the user enters a date next to Name9 in Sheet 1, (Cell B4), that date will automatically be placed next to Name9 in Sheet 2, (Cell B10)
Thanks for any and all help