I trying to check a large list of values to set the conditional path for a data entry script. This list of values that I have is around 6000 entries. My data entry fields will pass a value, example "1234" and I need to search for the numeric code assigned to "1234" in the excel spreadsheet and bring the value "2" back. Then the next record is read in and the value "2222" needs to be looked up and the numeric code "3" attached to it needs to be returned. The final result can be word , excel or access whatever will work. I prefer to keep the records as fixed but I will make do with any tool.
input record
1 1234
2 2222
3 3232
spreadsheet
1234 2
2222 3
I would like to have a third form (text or spreadsheet) that reflects the original input records with the numeric code from the second sheet concatenated to the input value.
New sheet
1 1234 2
2 2222 3
I am really struggling and would appreciate any way of accomplishing this retrieve and merge of the data. I am brain dead and can't seem to find the right approach.
Thanks in Advance...Robyn
input record
1 1234
2 2222
3 3232
spreadsheet
1234 2
2222 3
I would like to have a third form (text or spreadsheet) that reflects the original input records with the numeric code from the second sheet concatenated to the input value.
New sheet
1 1234 2
2 2222 3
I am really struggling and would appreciate any way of accomplishing this retrieve and merge of the data. I am brain dead and can't seem to find the right approach.
Thanks in Advance...Robyn