Re: Update Next Row in Excel Table
With the greatest respect, @Mike44, a calculator (Excel) is the wrong place for this data, and you'll have a *much* easier time handling it within a SharePoint or Microsoft List. 😉
Either way, my advice is the same, rename the Display_Turn column to quoteSent, and only send the top 1 result of those that have not been sent, then amend that result to having been sent.
This is a purposefully general answer, and not specific to your exact field names and values ... so think openly about constructing it. 🙂
To do this you just need to tap the 'Show advance options' on the Sheet/List and:
- Filter Query the results by quoteSent eq No
- Order By Index
- Top Count 1
This will return one result, which you can then send on, and update that row/item to change the quoteSent to Yes.
The next time you run it, it won't return the same result.
( the actual value of quoteSent can be whatever you want it to be, a true boolean, or whatever, just make sure that you're reacting to it and changing it appropriately )