i dunno if this is the right place to put this but:
update SLA_batt set prodprice = NULL where sku = A1
i want to put this in excel, A1 would be the contents of cell A1
however,
=update SLA_batt set prodprice = NULL where sku = &A1;
excel gives me an error
whats the proper way to format this?
Thanks in advance.