In my Excel spreadsheet, using TOS RTD, I wish to find the option strike in a given expiration cycle that has a given delta value, or whose delta is nearest that value. For example, in the SPX 22 May 23 expiration cycle, I wish to query TOS to find the put strike with the delta that is closest (less than or equal) to -.16. I have done this with brute force, building a massive table of option codes by expiration date and strike price, with an RTD for each option code, but I am looking for a more elegant and efficient solution. Can anyone assist me with this? Thanks!