View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default How do I create an "IF" formula?

Hi
use
=IF(AND(A1="VAC",B6="PHO",SUM(C1:C10),"")

--
Regards
Frank Kabel
Frankfurt, Germany

"Mary" <Mary @discussions.microsoft.com schrieb im Newsbeitrag
...
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.