I have a checkbox that either puts the output (spreedsheet) as true or false but what I need it to put in the spreedsheet column g (each entry will use a different row) is either the word pickup or blanks.
if checkbox1.value = true then ???????????????????????????????????? = pickup or nothing
how would I code this