Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: simple Excel filter-function  (Read 3548 times)

0 Members and 1 Guest are viewing this topic.

burton

    Topic Starter


    Beginner
  • I love YaBB 1G - SP1!
    simple Excel filter-function
    « on: September 20, 2006, 03:46:38 AM »
    I suppose this isnt really programming put it's the nearest topic.

    I cant find out how to output data (e.g. BIRD) that is within several columns of one Excel datasheet into a new datasheet.

    The thing is that BIRD isnt always in one of the 9 columns, so I only want the rows pasted that actually have the word within the row's nine columns.

    This is what I think it should be like (similar):
    Code: [Select]
    =IF('ALL CUSTOMERS'!J2:R1216>=BIRD;"BIRD FOUND";"")

    This should mean that if in my Excel sheet "All customers" within the nine columns (J-R) the word BIRD is found, then the rows with BIRD FOUND should be pasted on my fresh sheet, otherwise blank.