View Single Post
  #5   Report Post  
KL
 
Posts: n/a
Default

=IF(SUMPRODUCT(--(A4={"Tile";"Grout";"N/A"})),"Present","Not Present")

this formula will not report the error #N/A! as present.

KL

"Matt" wrote in message
...
I want to be able to have a IF function that says =IF(B77=Tile,Grout,"N/A")
.

Tile - being a choice from a drop down list.
Grout - being a list of colors if the choose Tile.
"N/A" - if they do not choose Tile from the list.

Is this possible?