I have created a form in Google Sheets:
- Row 5,
Client, is a dropdown populated by existing clients. - Rows 6 to 9,
Street Address,City,State, andPost Code, use VLOOKUP formulas to retrieve data from a separate sheet based on theClient - The
Clientdropdown is configured to "Show a warning" when invalid data is entered so that new clients can be added manually, as needed. - The image below shows sample data with a manually entered new client,
"BurgertTory (Southbank)":- The validation warning shows on the
Clientdropdown cell (arrow in image). - The VLOOKUP functions in the address rows each return a
#N/Aerror because they fail to match the client name.
- The validation warning shows on the
Is there a way to create a toggle or checkbox so that the new client's address information can be entered in the address rows?
