I have two sheets in my excel
Sheet A
id | name | price
123 | Towel |
456 | Can |
789 | Mirror |
Sheet B
id | price
789 | 3.99
123 | 15.12
456 | 0.99
Now I need a formula, which sets the correct price in column price
in sheet A, by using id as identifyer. So id
is the reference.
My amateurish theory would be something like this:
Get price From sheet B where id = id in this row (sheet A)
This "formula" would be placed in each price field in sheet A
Can anyone help, please? Thanks