Forum Discussion
How to perform excel data query with multiple changing conditions
- Jan 06, 2024
Added the following step between the Source & SelectedTodaysFolder steps:
NoSystemHiddenFile = Table.SelectRows(Source, each ([Attributes]?[Hidden]? <> true) and ([Attributes]?[System]? <> true) ),
Not tested but that should solve the issue - let me know
Hi marshalltj67
Today folder name: '28 DECEMBER 2023 ABC DEF GHI'
Today file name: '28 Dec 2023 Hello World'
IF tomorrow folder name is: '29 DECEMBER 2023 DAVID BOWIE'
AND tomorrow file name is '29 Dec 2023 Something Else'
then that's doable. A min. of consistency is required to put in place a logic...
- marshalltj67Dec 28, 2023Brass Contributor
The text in the folder name and file name will always be the same. Only the date will change with their respectable format.
Thank you!
- LorenzoDec 28, 2023Silver Contributor
OK. Couple of add. questions:
#1 Will i.e. '28 DECEMBER 2023' be at the beginning of the folder name?
#2 What exact version of Excel do you run?
#3 Is the target file an Excel file (.xlsx)?
- marshalltj67Dec 29, 2023Brass Contributor
#1 Yes. The format of the folder is as follows: 29 December ###, #####, & ##### with the "29 December" text changing daily to the appropriate date.
Note. The yesterday folder "28 December ###, #####, & #####" will remain in the overarching folder as a archived backup; therefore, the only two folder to chose from are "28 December ###, #####, & #####" and "29 December ###, #####, & #####".
#2 I am running Microsoft Office Professional Plus 2016 and I have no ability to update to an earlier version.
#3 Yes. The target file is a Microsoft Excel Worksheet (.xlsx) with the format as follows: 29 Dec 2024 ######## #####.
Thanks!