<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi<div class=""><br class=""></div><div class="">I am almost a complete noob to Swift and I am writing my first app.</div><div class=""><br class=""></div><div class="">I need to read a value from a table and return that to the app to do a few calculations but I am so new I have no idea what is the best method to do this.</div><div class=""><br class=""></div><div class="">Specifically there are two tables (currently in microsoft excel) that i need to “read” and get a value from . The values in these tables never change so I can convert them into an array or other data structure that would make sense in Swift.</div><div class=""><br class=""></div><div class="">The first table is about 25 x 25 (rows and columns).</div><div class=""><br class=""></div><div class="">I need to read down the first column (A) to find the value that is equal to or the next larger value from what the user had input, and then I read across the first row (1) to find the value that is equal to or the next larger value. The cell where the row and column intersect contains a value and I want to extract that value and use it in a few calculations.</div><div class=""><br class=""></div><div class="">Can anyone help point me in a direction to get started with that?</div><div class=""><br class=""></div><div class="">The second table is 20 X 13 (rows v columns).</div><div class=""><br class=""></div><div class="">Similar to the first table, I need to read down the first column (A) to find the value that is equal to or the next larger value from what the user had input…<u class="">unlike the first table</u>, now I have to read across that specified row to find a cell value that is equal to or the next larger value to what the user input, and then read up to the column to the top row and read the value from the cell in row (0)</div><div class=""><br class=""></div><div class="">Again, I would appreciate any help about how to accomplish this.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Thanks in advance</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Paul</div></body></html>