Sorry if this has been addressed previously, but I have tried to search on everything I can think of before posting this:
In Excel 2007, I have the following formula in column AG:
=IF(AF2>AE2,"Standard - Company1 automated quote is higher than Company2 rate",IF(AF2<=(AE2-(AE2*0.2)),"Premier - Company1 is "&TEXT(AH2,"#.##%")&" less than Company2 rate","High - Company1 is "&TEXT(AH2,"#.##%")&" less than Company2 rate"))
In column N of the same sheet, I am trying to classify A, B, C based on Premier, High, or Standard. I have tried what I can think of and what I have found so far including LEN(), but cannot seem to get the correct result using the following formulas (these are just a couple of the many I have tried):
=IF(LEN(AG2)=45,"A",IF(LEN(AG2)=42,"B","C"))
=IF(AG2="Premier*","A",IF(AG2="High*","B","C"))
It can't be this hard... can it? I appreciate any help you can give.
-Thanks!
In Excel 2007, I have the following formula in column AG:
=IF(AF2>AE2,"Standard - Company1 automated quote is higher than Company2 rate",IF(AF2<=(AE2-(AE2*0.2)),"Premier - Company1 is "&TEXT(AH2,"#.##%")&" less than Company2 rate","High - Company1 is "&TEXT(AH2,"#.##%")&" less than Company2 rate"))
In column N of the same sheet, I am trying to classify A, B, C based on Premier, High, or Standard. I have tried what I can think of and what I have found so far including LEN(), but cannot seem to get the correct result using the following formulas (these are just a couple of the many I have tried):
=IF(LEN(AG2)=45,"A",IF(LEN(AG2)=42,"B","C"))
=IF(AG2="Premier*","A",IF(AG2="High*","B","C"))
It can't be this hard... can it? I appreciate any help you can give.
-Thanks!