Hello!
I am starting to create an Asset Management System using AirTable (sidenote: It’s so much easier and cleaner looking here than anywhere else I’ve tried to build this!), and I’m a little stuck while trying to create a nested IF function for a Status column.
I have two columns, “Operational Status” and “Check Out Status”, to show whether an asset is working or not, and whether an operator in the field has checked it out for use. I’d like to have a third column that shows the overall status of each asset, that combines the statuses of the other two columns.
The conditions I’d like to have met are:
IF {Operational Status}=“In Service”, AND(IF({Check Out Status}=“Available”, “Available”))
If {Check Out Status}=“Checked Out”, “Checked Out”
IF{Operational Status}=“Out For Repair”, “Unavailable”
IF{Operational Status}=“Retired”, “Retired”
I feel like I’m close to figuring this out, but it’s stumped me since last night! Does anyone have any suggestions as to input this formula?