Oct 10, 2012 #1 RHelman Programmer Jan 11, 2012 3 US Hi, if i write a formula such as: Code: =IF($C:C=3,IF($J:J="N/A"," ",(IF($J:J=""," ",(IF(MONTH($J:J)=12,$L:L," "))))),"") will it treat $C:C and $J:J as referring to the value in column C of the row the formula appears in? Thank you.
Hi, if i write a formula such as: Code: =IF($C:C=3,IF($J:J="N/A"," ",(IF($J:J=""," ",(IF(MONTH($J:J)=12,$L:L," "))))),"") will it treat $C:C and $J:J as referring to the value in column C of the row the formula appears in? Thank you.
Oct 10, 2012 #2 S SkipVought Programmer Dec 4, 2001 47,487 US hi, If your formula is in row 2... [tt] =IF($C2=3,IF($J2="N/A"," ",(IF($J2=""," ",(IF(MONTH($J2)=12,$L2," "))))),"") [/tt] Skip, Just traded in my old subtlety... for a NUANCE! Upvote 0 Downvote
hi, If your formula is in row 2... [tt] =IF($C2=3,IF($J2="N/A"," ",(IF($J2=""," ",(IF(MONTH($J2)=12,$L2," "))))),"") [/tt] Skip, Just traded in my old subtlety... for a NUANCE!