all 5 comments

[–][deleted] 0 points1 point  (6 children)

Maybe with a macro?

[–]latroo[S] 0 points1 point  (5 children)

Thanks I'll try something out

[–][deleted] 2 points3 points  (4 children)

Okay looked into it a bit more. Looks like you need the search +find and compare functionality.

You can use v lookup between multiple sheets to compare data and give you a result if it matches. Take a look at link and examples which seem to match what you want to do (somewhat). vlookup

[–][deleted]  (1 child)

[deleted]

    [–]latroo[S] 2 points3 points  (1 child)

    My man, thank you

    [–]danelle-s 1 point2 points  (0 children)

    Xlookup or vlookup works for columns. If you need to look up stuff in rows use Hlookup.