Hello,
I am trying to use VLOOKUP to find a match and when found create a link to the cell where the match is found. Column A in 'NewOrPropertyIn' and 'Property Out' contain numbers unique to that worksheet. This signals a job has reached a certain stage. 'Property Out' is completed when the job is finished so there is no correlation between the Row the 2 numbers could be found in. So what I want is Column S (NewOrPropertyIn) to contain a formula that looks for the Value in column A (same row) and find a match in Column A (Property Out) then create a hyperlink to take me to that cell with the text "property returned" as the hyperlink text.
I can only get the link to take me to 'Property Out' and I am sure someone will be able to show me where I am going wrong. Here is what I have so far.
=IFERROR(HYPERLINK(VLOOKUP(A2,'Property Out'!$A:A,1,0),"Property Returned"),"")
I have tried a few variations but just get errors or #values and the link stops working altogether.
Thanks in advance.
Matthew
Bookmarks