J
jester
I have 3 columns a,b,c. col. A is the result columm.
column b and c will have text in one column and the other
is blank. I am trying to get an if statement to put a
number referring to the cell in the result column. The
text in columns b and c CHANGE week to week.
a(result b c
smith(1)
jones(4)
In the example I am trying to get result column to return
a "1" because smith is in the first cell position. The
jones cell is in the fourth cell position, so I want "4"
to show in the result (a) column. Likewise if jones was in
the "b" column i would want it to return a 3 in the "a"
column.
Is it possible to combine an if statement for b and c rows
to get a result in col. a.? Is there a wild card that
can be used if a cell has text in it?
EX: if(b1=*text*,1,"") - can the same statement for c1 be
combined with the b1 statement?
I hope this makes sense. I tried to explain as best as I
could. I haven't used any other functions/statements
before. If I have to use a macro or something please
explain where to enter it in excell.
A whole bunch of thanks in advance.
column b and c will have text in one column and the other
is blank. I am trying to get an if statement to put a
number referring to the cell in the result column. The
text in columns b and c CHANGE week to week.
a(result b c
smith(1)
jones(4)
In the example I am trying to get result column to return
a "1" because smith is in the first cell position. The
jones cell is in the fourth cell position, so I want "4"
to show in the result (a) column. Likewise if jones was in
the "b" column i would want it to return a 3 in the "a"
column.
Is it possible to combine an if statement for b and c rows
to get a result in col. a.? Is there a wild card that
can be used if a cell has text in it?
EX: if(b1=*text*,1,"") - can the same statement for c1 be
combined with the b1 statement?
I hope this makes sense. I tried to explain as best as I
could. I haven't used any other functions/statements
before. If I have to use a macro or something please
explain where to enter it in excell.
A whole bunch of thanks in advance.