=match(A1, 'worksheet2!A:A',0) This will find where the data for that site starts.
In the next column (E), you can then find your first pH with =index(worksheet2!B:B,D1)
in the next column (F), you can find your second datapoint with =index(worksheet!B:B, D1+1)
=if(index(worksheet!A:A,D1+1)=A1, index(worksheet2!B:B,D1+1), "")
You are not logged in, either login or create an account to post comments
posted by TurnedIntoANewt at 1:28 PM on March 3