I have setup a lookup formula in my Google sheets to pick up values for a particular cell ( Say B1). For example, if you select 'cookies' from Dropdown in A1, it will give $10 using LOOKUP.
This part is working fine.
When I add a new row ( usually at the top ) - I want the formulae of LOOKUP to be carried over to the top most cell. This is not happening whereas other formatting/validations are getting copied to the top most row. How can I do that?