I have multiple values in two separate cells located within the same row. My objective is to subtract the first value from the "Stock" column from the first value in the "Quantity for Production without Units" column, and continue this process accordingly. Finally, I would like to place the result in a third column.
So it would be something like
Estoque Quantidade para produção sem unidades Estoque-Consumo
46200 6000 40200
Thanks!