IntermediateLogical Functions
Band orders by size with nested IF
Return one of three labels depending on where a value falls.
IF
9 min25 points
Every Harbor Supply SKU starts with a two-letter category prefix, but the sales report shows raw codes and nobody outside the warehouse knows what EL means. Merchandising wants the category spelled out beside each line.
| Row number | A | B | C | D | E |
|---|---|---|---|---|---|
| 1 | Code | Category | |||
| 2 | HW-4820 | ||||
| 3 | PL-1175 | ||||
| 4 | EL-9043 | ||||
| 5 | HW-2266 | ||||
| 6 | EL-7710 | ||||
| 7 |
Return the right rate from several tiers without nesting.
IFS
Return one of three labels depending on where a value falls.
IF
Pull the first name out of a single full-name column.
LEFT · FIND