I've recently discovered an odd phenomenon when using VLOOKUPs.
If I use a SUM to determine my lookup_value then it always seems to work except when that sum comes to 1.14...
I basically use this when extracting reptitive data from a list and want to tabulate it. The lists increase in number by an increment of 0.01 - i.e. A1= 1, A2=A1+0.01 etc... until a threshold is met then it restarts on the next whole integer... i.e. A30=2, A31=2.01 etc etc...
In my table I have whole numbers across the top and 0.01's down the side.
So my VLOOKUP formula in the table, produces a sum of the row header (e.g. 1) and my column 'header' (e.g. 0.12), producing a lookup_value of (e.g. 1.12) which looks down the table of data and returns the relevant column that I specify.... This works like a dream for every number between 1.00 and 51.20 (in my e.g.) with the exception of 1.14..!?!
Can anyone explain this mystery?
If I use a SUM to determine my lookup_value then it always seems to work except when that sum comes to 1.14...
I basically use this when extracting reptitive data from a list and want to tabulate it. The lists increase in number by an increment of 0.01 - i.e. A1= 1, A2=A1+0.01 etc... until a threshold is met then it restarts on the next whole integer... i.e. A30=2, A31=2.01 etc etc...
In my table I have whole numbers across the top and 0.01's down the side.
So my VLOOKUP formula in the table, produces a sum of the row header (e.g. 1) and my column 'header' (e.g. 0.12), producing a lookup_value of (e.g. 1.12) which looks down the table of data and returns the relevant column that I specify.... This works like a dream for every number between 1.00 and 51.20 (in my e.g.) with the exception of 1.14..!?!
Can anyone explain this mystery?