I am trying to make a grocery list that would take the price of an item ($0.88) and multiply it by the quantity needed (2) so that it outputs the total amount ($1.76)
I have tried the formula Price * Quantity which hasn’t worked.
How would i create a formula to output the total price as stated above?