This may be an odd one.. Backstory:
We are attempting to replace a check in/check out feature we have for our internal associates to reserve items from our Marketing Team for tradeshows or other events. The workflow is; the user would look up an item (I have implemented an item inventory number for a unique identifier) preferably on a dashboard where they are only able to suggest an item and a date range. Once they select their item and their "Date Needed" and "Return Date" ideally this would look at all of the other reservations and return an output stating if this item is available for the specified date range.
I tried to do this with an IF, AND statement and I failed miserably so wanted to get some of the community involved to hopefully help out!
=IF({Community Tools Descriptions - Checkout Sh Range 3} = [Primary Column]@row), AND([Column3]@row >= {Community Tools Descriptions - Checkout Sh Range 1}, [Column3]@row <= {Community Tools Descriptions - Checkout Sh Range 2}), "Yes")
p.s. if anyone has a better idea on how users can "check out" and "Check-in" items using smartsheet I would be very open to suggestions. Thanks for you time in advance!