I think this is most likely an easy question for most of you all reading this and probably doesn't require an example but let me know if I need to attach a spreadsheet.

The following formula works just like it should:
=IF(ISNA(VLOOKUP(B2,'Employee Roster'!A3:J300,8,FALSE)),"",VLOOKUP(B2,'Employee Roster'!A3:J300,8,FALSE))
My problem is that I only want it to work if F2=5. If F2 = anything else, I just want a blank result. I don't where to insert that additional IF argument

I tried this:
=IF(ISNA(F2=5(VLOOKUP(B2,'Employee Roster'!A3:J300,8,FALSE)),"",VLOOKUP(B2,'Employee Roster'!A3:J300,8,FALSE)))
Obviously, that didn't work for me or else I wouldn't be here... lol

Can someone please let me know the correct way to add this into my formula?

Happy Turkey Day!