Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I used the following link and solved the problem of using more than 7 nested
if statements http://www.cpearson.com/excel/nested.htm. I now have 3 defined names (3 formulas). Master, onetoseven and eighttonine. Master is onetoseven and eighttonine combined. I am using Master in cell C1. Now i need to use Master in cell C2, C3, .....etc for hundreds of rows. My problem is 'onetoseven' has IF(AND(A1="H",B1="H"),"H", IF(AND(A1="H",B1="M"),"H", IF(AND(A1="H",B1="L"),"M", IF(AND(A1="M",B1="H"),"M", IF(AND(A1="M",B1="M"),"M", IF(AND(A1="M",B1="L"),"L", IF(AND(A1="L",B1="H"),"M", ))))))) and 'eighttonine' has IF(AND(A1="L",B1="M"),"L", IF(AND(A1="L",B1="L"),"L",)) Now in Cell C2 i need to get IF statements of A2, B2, In C3 i have to get for A3,B3... and so forth. dynamically.. Is there a solution to this. Regards Rajula |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
merge cells button doesn't work | Excel Worksheet Functions | |||
Why doesn't this nested IF statement work? | Excel Worksheet Functions | |||
Nested subtotals don't work properly after applying recommendation | Excel Worksheet Functions | |||
Nested IF - Work Around for 7 nest Max | Excel Worksheet Functions | |||
Help adding text values | Excel Worksheet Functions |