Jan 27, 2012 #1 akrshaw Programmer Oct 24, 2006 77 US There is probably a VERY simple solution to this but I cannot figure it out. I have this scenario Bid MGR Bid CRD Both Jane John 1 Jane John Jane John 1 I would like for the Both Cell to look at the other 2 cells and automatically put a 1 in it? Thanks
There is probably a VERY simple solution to this but I cannot figure it out. I have this scenario Bid MGR Bid CRD Both Jane John 1 Jane John Jane John 1 I would like for the Both Cell to look at the other 2 cells and automatically put a 1 in it? Thanks
Jan 27, 2012 1 #2 bluedragon2 IS-IT--Management Jan 24, 2003 2,642 US Many ways to do this, but you can try: =IF(COUNTA(A1:B1)=2,1,"") [Blue]Blue[/Blue] [Dragon] If I wasn't Blue, I would just be a Dragon... Upvote 0 Downvote
Many ways to do this, but you can try: =IF(COUNTA(A1:B1)=2,1,"") [Blue]Blue[/Blue] [Dragon] If I wasn't Blue, I would just be a Dragon...