Hi all! First time posting, thanks in advance.
I think I'm using excel 2010 on Windows 8.
I've got a budget that includes the transaction description, like a bank statement. So it'll have the date in one cell, then amount, then description. I want to write a formula (or many formulas if needed) that'll automatically categorize the transaction into one of 25 categories (eg food or gas or parking). So i want a formula that'll look at the text in the description column, and if it recognizes a key word (eg "Starbucks"), then it'll populate as "food." I'm using the IF function for the logic test, and I'm using the ISNUMBER function to search for the text contained in the cell. But i can only nest 7 levels of this. So i was thinking of putting a bunch of these formulas, with 7 levels at a time in each cell, and then hiding them for cleanliness. If false, the cell would remain blank. So then i figured all I'd need is a formula that looks at all those cells and reports back which one has text in it and what that text was (so if they were all blank except cell A3 which said "food", then that last cell would display "food.") Is there such a formula? Or do you have a more elegant solution?
I think I'm using excel 2010 on Windows 8.
I've got a budget that includes the transaction description, like a bank statement. So it'll have the date in one cell, then amount, then description. I want to write a formula (or many formulas if needed) that'll automatically categorize the transaction into one of 25 categories (eg food or gas or parking). So i want a formula that'll look at the text in the description column, and if it recognizes a key word (eg "Starbucks"), then it'll populate as "food." I'm using the IF function for the logic test, and I'm using the ISNUMBER function to search for the text contained in the cell. But i can only nest 7 levels of this. So i was thinking of putting a bunch of these formulas, with 7 levels at a time in each cell, and then hiding them for cleanliness. If false, the cell would remain blank. So then i figured all I'd need is a formula that looks at all those cells and reports back which one has text in it and what that text was (so if they were all blank except cell A3 which said "food", then that last cell would display "food.") Is there such a formula? Or do you have a more elegant solution?