~/ learn/ afm-112/ cards/ IF and ifelse, and the case-sensitivity conflict
1 of 8

In Sheets, with amount in column D, type the row-2 formula that labels an order "Large" at $500 or more and "Small" otherwise.

In Sheets, with amount in column D, type the row-2 formula that labels an order "Large" at $500 or more and "Small" otherwise.

Answer

=IF(D2>=500, "Large", "Small")

Condition, value if true, value if false. Text results must be quoted. Filled down: 5 Large, 7 Small.

space flip · ← → navigate · esc to exit
NORMAL ~/memra/library/fc53356f-a52c-4ab9-964c-2ba0b50c284b/flashcard utf-8 LF