Hi all,
I am hoping that someone can offer advice or a solution to my following questions. I have attached screen grabs and all the information I think will be relevant, please see below
I have two sheets that I use as an asset tracker and the screen grab you see above has a form linked to populate the columns. I would like the "Asset Status" column to reflect the "Booking" column but they have different values. The "Booking" column has "In"/"Out"/"Maintenance" which I would like to represent as "Booked - In"/"Booked - Out"/"Maintenance" in the asset status column.
The second sheet is a database that I run a dashboard from and I want the "Asset Status" column to reflect the first sheet "Asset Status" as "Booked Out" or "Maintenance" if the "Serial Number" is found and if it isn't I want the second sheet "Asset Status" to display "Booked - In"
I currently have the following formula in the "Index Status" column =INDEX({Booking In/Out/Maintenance Range 3}, MATCH([Serial Number]@row, {Booking In/Out/Maintenance Range 1}, 0))
I have the following formula in the "Asset Status" column =IF(AND([Checked-Out Maintenance Serial]@row = "Found", [Checked-Out Maintenance Barcode]@row = "Found", [Index Status]@row = "Book - Out"), "Checked-Out/Maintenance", "Checked-In")
Thank you in advance for reading my query I really hope you can help