chaosincarnate
New Member
Howdy,
Been trying to find an easy solution to this.
Cells M27-M29(each cell references same cell blocks) looks at cells R28 thru U28 to see if a certain word is in one of those boxes. If that word is there it refences M31 for a value to put in M27 and M28 and M29. If the word doesn't show up need it to put a 0 in M27-M29. Each "M" cell can have the same formula.
Tried several If statements.. failed..deleted them
Tried to do an If..or..or...or.. failed deleted.
Now i'm frustrated.
So would a Lookup in each of the "M" cells that reference the R28-U28 cells work better?
Tried this..
=LOOKUP(R28:U28="Word",M31,0)
but got ######
Not good with look up .
Thanks for the help.
Been trying to find an easy solution to this.
Cells M27-M29(each cell references same cell blocks) looks at cells R28 thru U28 to see if a certain word is in one of those boxes. If that word is there it refences M31 for a value to put in M27 and M28 and M29. If the word doesn't show up need it to put a 0 in M27-M29. Each "M" cell can have the same formula.
Tried several If statements.. failed..deleted them
Tried to do an If..or..or...or.. failed deleted.
Now i'm frustrated.
So would a Lookup in each of the "M" cells that reference the R28-U28 cells work better?
Tried this..
=LOOKUP(R28:U28="Word",M31,0)
but got ######
Not good with look up .
Thanks for the help.