I’ve been trying rack my brain on how to set up the syntax for inserting text into a cell depending on what another cell contains.
For instance… I have a series of code numbers (in a column) that I want to type in manually, (500…501… 502…etc). I would like each adjacent cell to automatically fill in with text that describes the code that was typed in. I would like the logic to follow this:
=if(a5= “500” then gasoline otherwise if a5 = “501” then groceries, otherwise if a5 = “502” then utilities otherwise “”).
Thanks… Steve