Jul 26 2024 09:45 AM - edited Jul 29 2024 07:49 AM
I am developing a spreadsheet to keep track of inventory at my work based on specific locations. I have all of the data here:
I also have a search function built with conditional formatting to highlight the inventory number if it is in stock.
I am wanting to have the Row and area (A,B,C,D, or E) returned below the search box, is that possible? If so how should I go about it?
Jul 29 2024 07:44 AM
Jul 29 2024 07:53 AM
Jul 29 2024 08:25 AM
@MQuakkelaar Does this work for you? (I told you it was complicated!)
Jul 29 2024 11:41 AM
@JKPieterse this is what I ended up going with. (haha, yes it was complicated!) I added all the cells to the data tab and then used that to return the Row/area based on the search. This also allowed multiple values to be shown.
Jul 30 2024 07:35 AM
@MQuakkelaar This is a simpler formula for getting the hits:
=FILTER('Data (Do Not Change)'!B:B,'Data (Do Not Change)'!A:A=Y3)