E
Erin Shellman
I am using a rather large genomic data set in which I need to classif
certain gene functions as one of three things. Each gene (row) ha
several ID numbers associated with it. For instance one row could loo
like "GO:0005524,GO:0000074,GO:0005730." I need excel to find a match
and then add one to an adjacent column (basically tallying). Fo
instance, if I search for "GO:0005524" I need excel to search the 100
rows containing this information, and then when it finds a row wit
"GO:0005524" to add one to the adjacent column while staying within th
same row. That is, I don't just want a sum of how often "GO:0005524
occurs in the whole set, I need to know if it occurs in a cell, and i
so for an adjacent cell to increase by one.
I tried to write a formula for this but didn't have much luck becaus
all of the MATCH, LOOKUP, etc. functions weren't really appropriate.
also tried to use a macro, but because I don't really know Visual Basi
I couldn't edit it properly. Any help on this problem would be greatl
appreciated
certain gene functions as one of three things. Each gene (row) ha
several ID numbers associated with it. For instance one row could loo
like "GO:0005524,GO:0000074,GO:0005730." I need excel to find a match
and then add one to an adjacent column (basically tallying). Fo
instance, if I search for "GO:0005524" I need excel to search the 100
rows containing this information, and then when it finds a row wit
"GO:0005524" to add one to the adjacent column while staying within th
same row. That is, I don't just want a sum of how often "GO:0005524
occurs in the whole set, I need to know if it occurs in a cell, and i
so for an adjacent cell to increase by one.
I tried to write a formula for this but didn't have much luck becaus
all of the MATCH, LOOKUP, etc. functions weren't really appropriate.
also tried to use a macro, but because I don't really know Visual Basi
I couldn't edit it properly. Any help on this problem would be greatl
appreciated