Thread: [Solved] IF, ISNUMBER & AND function
View Single Post
 
Old 06-04-2014, 05:43 AM
Dkline Dkline is offline Windows XP Office 2010 32bit
Novice
 
Join Date: Jun 2014
Posts: 2
Dkline is on a distinguished road
Default IF, ISNUMBER & AND function

This is the formula I've come up with

=IF(AND(ISNUMBER(SEARCH("ASM",A4))),"1",IF(AND(ISN UMBER(SEARCH("ASM",A6)),"1","")))


I basically want to look at 2 cells and if they both contain ASM I want to place a 1 in col B if not then it can be blank or na or anything other then a 1.

Any suggestions how to fix this?
Reply With Quote