Thread
:
How do I create an "IF" formula?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
How do I create an "IF" formula?
something like this?
=if(and(a1="vac",b5="pho"),sum(a2:a5),"")
--
Don Guillett
SalesAid Software
"Mary" <Mary @discussions.microsoft.com wrote in message
...
I am looking for imformation on doind "IF" formulas. Ex: If A1 is VAC and
B5
is PHO then it totals. They are called if formulas? Any instructions would
be
good.
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]