View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default 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.