I am creating an inventory form that populates data into a sheet on "Top of Sheet". I want to create a summary sheet that reflects how much of an item we need vs what we have entered on the count (via the form).
My issue is, whenever a form gets filled out, it also shifts the cell I am trying to reference down. I want it to always reference the same cell whenever new data from the form populates to the top.
300 references the amount of towels we need at all times
=300 - [Drying Towel]$1 (I always want it to reference cell 1 when new data comes in)
Issue, the number after [Drying Towel] shifts every time new data is available. =300 - [Drying Towel]$2
What am I doing wrong? Is there a better way?
Thank you!