Thread
:
IF Logical Test
View Single Post
#
2
Posted to microsoft.public.excel.newusers
T. Valko
external usenet poster
Posts: 15,768
IF Logical Test
Not enough specific info. Maybe something like this:
=IF(OR(A1={"a","b","c","f"}),B1,0)
--
Biff
Microsoft Excel MVP
"s bruce" <s
wrote in message
...
How can I write a formula that in effect goes =IF(cell# contains character
a,b,c,f) then insert contents of cell# here, if not then 0)
Reply With Quote
T. Valko
View Public Profile
Find all posts by T. Valko