Mar 09 2022 09:16 AM
I'm trying to track volumes of beer through a tank. I have a column set up for "Name of Beer". At the top of the sheet I have a cell that lists the current beer in the tank. What I'm looking for is a formula that changes the current name only when the name changes in the Name of Beer column. For instance. cell A2 lists current beer, lets say "Alpha". Then through a few days I package off the balance of "Alpha", then put "Beta" into this tank. When I change the "Alpha" in lets say C3 to "Beta", I want the name in A2 to reflect the new name. I don't even know if this is possible.
Mar 09 2022 09:21 AM
Mar 09 2022 10:30 AM - edited Mar 09 2022 11:12 AM
Yes as I go down row after row, I want A2 to reflect the latest C3,4,5,6 etc. What I'm thinking is an "if then" statement but I can't figure out how to make it work. Is there a way to push data to a cell rather than pull data from a cell?
Mar 09 2022 12:29 PM