User stated she used to do it all the time with 2013 before office 365 but doesn’t remember how. There is data in one sheet with usernames, first names, last names, status. 2nd sheet has usernames and status2. They user to somehow merge data where sheet1 username and status=x and sheet2 username and status=x, then add sheet2 status at the end on sheet1.

Example:

Sheet1

username status

guy failed

Sheet2

username status

guy blocked

then sheet1 should read

username status status2

guy failed blocked

6 Spice ups

The VLOOKUP function should do the job.

1 Spice up