View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Multi-Format IF Statement

Try

=IF(A36="na","not incl",0)

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"JAD" wrote in message
...
I have multiple IF statement connected with the + sign in which the results
are either a number or a statement. An example of a statement with a text
string would be:
+IF(A36="na","not incl",0). When I try running the statement, it will not
show the text string. My first thought was that I couldn't mix number
results
with text results. Is there a solution? Any help would be appreciated.
Thank
You, JAD