I'm making a simple Google Sheets spreadsheet to track income and expenses.
I need a formula to do the following
if sum(B21:C22) > 204then D2 = sum(B21:C22)-204)/2else D2 = sum(B21:C22)end if
I'm making a simple Google Sheets spreadsheet to track income and expenses.
I need a formula to do the following
if sum(B21:C22) > 204then D2 = sum(B21:C22)-204)/2else D2 = sum(B21:C22)end if