I have data in Rows and columns in excel.
Now the thing is that I want to search this data, in an efficient manner and I think i need to manipulate the strings.
The Purpose of program iself is to give the user the correct phonenumber.
Excel file looks like this
A B C
Unusable data City Phonenumber
D
0 Täljstensvägen 1|5 44301-44305|5 Brevbäring|5 44320-44345|5 Utdelning|5 Brevbärarkontor|5 Stenkullen|5 44311-44315|5 44350-44361|5 44370-44374|5 44380-44396|5 448|5 Floda|5 Gråbo|5 Lerum|5 Meddelande AB
So what I think i need to do is to first manipulate the strings in column D.
The key to the search is the zipcode. Zipcode is written like this 44301-44305 or 10430 or 57701-57702.
So I think I need to let the program know that if i search for 44302, the value is present but inside 44301-44305.
And that a search for 57701 are present in 57701-57702.
When that is done and the strings have the correct form, i need to conduct a search? That finds the zip code and gives med back the phone number from column C
Hell i Dont even know where to start??!
Anyone have any tips?
Now the thing is that I want to search this data, in an efficient manner and I think i need to manipulate the strings.
The Purpose of program iself is to give the user the correct phonenumber.
Excel file looks like this
A B C
Unusable data City Phonenumber
D
0 Täljstensvägen 1|5 44301-44305|5 Brevbäring|5 44320-44345|5 Utdelning|5 Brevbärarkontor|5 Stenkullen|5 44311-44315|5 44350-44361|5 44370-44374|5 44380-44396|5 448|5 Floda|5 Gråbo|5 Lerum|5 Meddelande AB
So what I think i need to do is to first manipulate the strings in column D.
The key to the search is the zipcode. Zipcode is written like this 44301-44305 or 10430 or 57701-57702.
So I think I need to let the program know that if i search for 44302, the value is present but inside 44301-44305.
And that a search for 57701 are present in 57701-57702.
When that is done and the strings have the correct form, i need to conduct a search? That finds the zip code and gives med back the phone number from column C
Hell i Dont even know where to start??!
Anyone have any tips?