Hi everyone!
I am trying to get a match a value between two cells in different sheets, if it matches to then copy the value three cells accross of the value used to make the comparison.
Eg:
Sheet 1
A1 B1 C1
Name Date Price
Sheet 2
A1 B1 C1
Name Something Price(to be copied!)
So if the names match to copy the value to be able to do some calculations on it.
The formula I've trying to get to work is:
=IF(ISERROR(MATCH(A1, Sheet1!A1:A100,0),"(WHAT TO PUT HERE TO GO ACCROSS?)","")
Any help would be much appreciated!
Kurifodo
Bookmarks