I am trying to use a VLOOKUP on a table of manufacturing die cuts of certain sizes.
A formula tells me a number close to the die that is available. The rule is to use the next larger size die cut for the job.
An example of die sizes are:
Die Sizes
108.0
112.7
114.3
117.5
My formula gives me 114.22, therefore, I should use the 114.3 die.
However, the VLOOKUP says 112.7, not the answer I want.
How can I adjust this VLOOKUP to give me the next size down? I am guessing a IF, but I am not the best at writing IF statements.
Thanks for any help on this.
A formula tells me a number close to the die that is available. The rule is to use the next larger size die cut for the job.
An example of die sizes are:
Die Sizes
108.0
112.7
114.3
117.5
My formula gives me 114.22, therefore, I should use the 114.3 die.
However, the VLOOKUP says 112.7, not the answer I want.
How can I adjust this VLOOKUP to give me the next size down? I am guessing a IF, but I am not the best at writing IF statements.
Thanks for any help on this.