Looking for a formula based on the following table please. Thanks!

Answers
-
What is the expected logic and output of the formula? What do you need to do with the table?
-
Hi Paul, Thank you for coming back to my inquiry. I'm quite new with Smartsheet and I do appreciate you helping out. I would like to automate the "Qty to inspect" column to generate the figure once I have put data on the "AQL" column based on the table I've mentioned.
-
Ok. In that case you will need to adjust your table. You can either modify the existing AQL column in the reference table or use a separate column if you prefer to keep the ranges for display, but you are going to need a column in the reference table that only has the number for the low end.
2
9
16
26
.......
Then the formula in your working sheet would look something like this:
=INDEX({QTY Column}, MATCH(MAX(COLLECT({AQL Column}, {AQL Column}, @cell<= AQL@row)), {AQL Column}, 0))
-
Thanks, Paul. I'll keep you posted.
Help Article Resources
Categories
Check out the Formula Handbook template!