We have a process where live jobs are created on a master sheet then moved to an archive sheet when finished. We have a number of other sheets which use VLookUps or INDEX(COLLECT) to pull required information in to another sheet.
How can I create a formula which will look at sheet 1 for the Job No and pull through the required information and when the job moves to archive the lookup still continues to find the Job No in sheet 2 and pulls through the same details ?
VLOOKUPS Only seem to work on one source sheet ?
In summary
Sheet 1 - Master Job List
Columns - Job No / Customer / Site Location
12345 / ABC Corp / Derby
Sheet 2 - Archive Job List
The above jobs is moved in to it
Sheet 3 - Review list
Currently uses Job No 12345 and VLOOKUP to pull through ABC Corp / Derby from the Master list but as soon as the Job moves to Archive the Job No is no longer left on the Master sheet and the Vlookup now needs to look at the Archive sheet ?
Hope this makes sense ?