I'm trying to properly index ~8,000 data points from a VDR. The VDR indexes files as 1.1, 1.2...1.9, 1.10, 1.11, etc. There are also subfolders so files might be 1.1.1, 1.2.1 etc. I want to sort files into one sublevel deep (i.e., count all the files in 1.1.1, 1.1.2 etc as 1.1). I've been using the below formula to mitigate the issue of needing to pull 4 vs 3 characters. And I'm able to pull info into column C that displays 1.1 vs 1.10 differently.
On a different sheet, I'm collating into the relevant subfolders. For folder 5, I have 5.1 thru 5.47. I am able to use an HLOOKUP in column D of the second screenshot, which pulls 5.1 and 5.10 distinctly. However, the COUNTIFS formula in columns H-J is treating 5.1 the same as 5.10.
Is there a way to solve this issue? Plz help this is driving me crazy
On a different sheet, I'm collating into the relevant subfolders. For folder 5, I have 5.1 thru 5.47. I am able to use an HLOOKUP in column D of the second screenshot, which pulls 5.1 and 5.10 distinctly. However, the COUNTIFS formula in columns H-J is treating 5.1 the same as 5.10.
Is there a way to solve this issue? Plz help this is driving me crazy