Hola!
Need some string variable help!
I have column A that has literal text data in the format Jan-01-2021.
I have column B that points to an external .csv data file and a specific cell.
Manually entered, this entry into the B cell returns the proper data:
='file:///home/user/calc/'Data_Jan-29-2021.csv'#$'Data_Jan-29-2021'.D5
However, I need to use the contents in the corresponding A cells as the date variable in the file name in column B cells.
In this example I need the two “Jan-29-2021” strings in the B1 cell text to use the text contents of A1.
I have tried various combinations of (") and (’) and (&) joiners, but cannot get the right combination.
Most of the time I get the “#NAME?” error but have seen others as well.
Thanks!
Monty