Forum Discussion

jayde-deanne's avatar
jayde-deanne
Copper Contributor
Jun 02, 2023
Solved

insert DATA from one sheet to another..

i have a worksheet full of data, i have a list of names in column 1 .. i then have rows after each of them of Dates of when assessments are due.. (in columns 3 month, 6 month and so on) .... ...
  • OliverScheurich's avatar
    OliverScheurich
    Jun 03, 2023

    jayde-deanne 

    =IFERROR(INDEX(Sheet1!$B$3:$B$500,SMALL(IF(MMULT(N(Sheet1!$G$3:$L$500=Sheet2!B$3),ROW($1:$6)^0)=1,ROW($1:$498)),ROW(1:1))),"")

    You are welcome. With this formula you can enter employees in range B3:B500 and their corresponding dates in range G3:L500.

     

Resources