Excel if List Contains Return Cell -
in excel have 10 different columns contain m monday, t tuesday, w wednesday, etc. on separate sheet making calendar , through columns , if day present, return cells header ($a$1, $b$1, etc).
i can single column so:
=if(isnumber(search("w",'list'!c2)),'list'!$c$1,"") but how either add multiple ifs (not nested), or pull cell list if found? so:
=if(isnumber(search("w",'list'!c1:c10)),cell location list page,"") here screen shot of table i'm working from: 
ideally, desired output:

Comments
Post a Comment