Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I have nine columns say column A to column I and each of them contain some data and I have another column called "Code". If column A is not empty ( even though the other column contain data) then code=A If column A is empty but column A is not empty then Code=B ......and so on. For cells empty in column A through column I, I use Code"excluded" I use formula =IF((A2<""),"A",IF((b2<""),"B",IF((c2<""),"C",I F((d2<""),"D",if((e2<""),"E",if((f2<""),"F",If( (g2<""),"G",if((h<""),"H", if((i2<""),"i","excluded"))))))))) But I found I can't have over 7 multiple ifs. Can anyone give me a advice? How to fix my formula? Thanks Jenny |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vLookup with multiple lookup value in table array | Excel Worksheet Functions | |||
Want Vlookup to list multiple items with the same key? | Excel Worksheet Functions | |||
vLookup - display multiple rows | Excel Worksheet Functions | |||
Using VLOOKUP with multiple first column matches | Excel Worksheet Functions | |||
Multiple Vlookup? | Excel Worksheet Functions |