I am trying to organize some data given to me using excel 2007. I have a spread sheet with basically 14 columns. Store,Month,Jan,Feb,Mar,Apr,may...
What I would like to do is populate the month column based on the other columns in a row that has data. i.e If the Feb Column has data put Feb in the month column. (only one column will be populated accross the months)
On a small scale I can use an If statement that works if(c3<>"","Jan",if(c4<>"","Feb" etc. but I cannot do all 12 months this way. I am only allowed so many if statements.
Is there another formula or code I can use for this?
What I would like to do is populate the month column based on the other columns in a row that has data. i.e If the Feb Column has data put Feb in the month column. (only one column will be populated accross the months)
On a small scale I can use an If statement that works if(c3<>"","Jan",if(c4<>"","Feb" etc. but I cannot do all 12 months this way. I am only allowed so many if statements.
Is there another formula or code I can use for this?