View Single Post
 
Old 11-03-2022, 09:43 AM
mrgramm mrgramm is offline Windows 10 Office 2021
Novice
 
Join Date: Jan 2020
Posts: 7
mrgramm is on a distinguished road
Default

Change booking date from form sheet to a table. Move Reference number to right.
In cell b2 of Daily Scan sheet enter:
=INDEX(Table1[First name of child],MATCH($A2,Table1[[Ref number]:[Ref number]],0))
Should be able to drag this to all cells.
Reply With Quote