Hi, my cells contain data like this: I-III 2010, and I'd like it to be Q1 2010,
So here is my formula: IF(LEFT(C2,2)="IV", "Q2 "&RIGHT(C2, 4), "Q1 "&RIGHT(C2, 4)).
It works well for Q1 and Q2. My question is: How to deal with VII-IX 2010 and X-XII 2010?
I guess I need to use nested-IF's..
Bookmarks