Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Simple loop required for handling a enormous amount of data :)
If somebody got a free moment, thx For a long list with data in column A till Z I want to set a text in column Z based on a part of text in three other columns. The macro should find the text within text in a cell. In honkiedonkie explanation it is like; ----------- Loop in column A for all rows from second to last If (li, co+13) contains text "AAA" and (li, co+21) contains text "BBB" and (li, co+22) contains text "CCC" then set (li,co+25) the text "A" Else If (li, co+13) contains text "DDD" and (li, co+13) does not contains text "EEE" and (li, co+22) contains text "FFF" then set (li,co+25) the text "B" end if If (li, co+25) is empty then set (li, co+25) the text "C" else end if next li ------------- regards, Johan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to subtract one text column based on their text column MS xls. | Excel Discussion (Misc queries) | |||
Loop through column(s) to check values, perform action based on check | Excel Programming | |||
Counting a mixed text/number column based on text in another colum | Excel Discussion (Misc queries) | |||
Putting text in a column based on variable text from another colum | Excel Discussion (Misc queries) | |||
Deleting Rows based on text in cell & formatting cell based on text in column beside it | Excel Programming |