R razorking Registered User. Local time Today, 03:05 Joined Aug 27, 2004 Messages 332 Dec 6, 2023 #21 Pat Hartman said: Have you asked the vendor WHY? Maybe he can instruct his people in the proper construction of the spreadsheet if the difference is caused by carelessness. Click to expand... I have not but will give it a try.
Pat Hartman said: Have you asked the vendor WHY? Maybe he can instruct his people in the proper construction of the spreadsheet if the difference is caused by carelessness. Click to expand... I have not but will give it a try.
P pdanes Registered User. Local time Today, 03:05 Joined Apr 12, 2011 Messages 211 Dec 9, 2023 #22 How about making your source query dynamic? Something like {aircode): Select Iif(Col(1)="", Col(2),Col(1)) As ColA, Iif(Col(1)="",Col(3),Col(2)) As ColB, Iif(Col(1)="",Col(4),Col(3)) As ColC, etc. This would allow you to use the stuff starting from column 1 if column 1 contains data, or start with column 2 if column1 is empty.
How about making your source query dynamic? Something like {aircode): Select Iif(Col(1)="", Col(2),Col(1)) As ColA, Iif(Col(1)="",Col(3),Col(2)) As ColB, Iif(Col(1)="",Col(4),Col(3)) As ColC, etc. This would allow you to use the stuff starting from column 1 if column 1 contains data, or start with column 2 if column1 is empty.