hamburg18w
Technical User
I run Excel 2003 and want to create a way to simplify making up a schedule of clients to be seen on a given day. The problem I encountered was that the datasheet has multiple lines in a raw and when I use data validation on input sheet, it comes out as a single line. Is there a way that the data selected to the validation in the Input sheet could look like the Datasheet? The following is an example:
Datasheet
-----------------+------------+------------+
Name | DOB | Facility |
-----------------+------------+------------+
John | | |
# 000030111 | | |
3 B 101 | 00/00/00 | PT |
-----------------+------------+------------+
Adam | | |
# 000030111 | | |
3 B 101 | 00/00/00 | BWDF |
-----------------+------------+------------+
Input sheet (desired view through data validation)
-----------------+------------+------------+
John | | |
# 000030111 | | |
3 B 101 | 00/00/00 | PT |
-----------------+------------+------------+
Adam | | |
# 000030111 | | |
3 B 101 | 00/00/00 | BWDF |
-----------------+------------+------------+
Datasheet
-----------------+------------+------------+
Name | DOB | Facility |
-----------------+------------+------------+
John | | |
# 000030111 | | |
3 B 101 | 00/00/00 | PT |
-----------------+------------+------------+
Adam | | |
# 000030111 | | |
3 B 101 | 00/00/00 | BWDF |
-----------------+------------+------------+
Input sheet (desired view through data validation)
-----------------+------------+------------+
John | | |
# 000030111 | | |
3 B 101 | 00/00/00 | PT |
-----------------+------------+------------+
Adam | | |
# 000030111 | | |
3 B 101 | 00/00/00 | BWDF |
-----------------+------------+------------+