SbElectric
1765 pts. | Nov 28 2009 4:42AM GMT
I agree with Chatmaker’s suggestions and recommend to use Scenario 2. My comments are just to elaborate and clarify Chatmaker’s solution.
Use Sheet 2 as Master record – meaning you may enter all needed information for the doctors. Row 1 may have headings like: Name, Title, Phone number, Schedule, Remarks etc.
Row 2 onwards will have the real data. In that case your actual data table for 50 doctors will be A2 thru E51.
Sheet1 will be the Emergency Room Call List. Row 1 will have Headings like Name (col A), Telephone (col C), Remarks (Col D), if needed.
Now on Row 2 Type the name on A; then on Row 2 Col C: Type =IFERROR(VLOOKUP( A2,Sheet2!A2:E51,3,0), “Name not on table”)
If you want to populate the Remarks on col D, then on Row2 col D type:
=IFERROR(VLOOKUP(A2,Sheet2!A2:E51,4,0), “Not in table”)
Hopefully, you will see that telephone number and remarks are copied from Sheet2 master record.
Now for Row 3 col C and D – type the same except change only the first A2 to A3 (rest should be the same).
If any problem, just look up on VLOOKUP – it is pretty simple.
Good luck & let us know if it worked.
SbElectric






