Thread: If then else
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Teethless mama Teethless mama is offline
external usenet poster
 
Posts: 3,718
Default If then else

=SUMPRODUCT(--(TEXT(A1:A100,"mmm dd")="Aug 15"),--(B1:B100="Yes"))


" wrote:

I wish to do if then else in Excel.
If cell in Column A=Aug 15 and Cell in column B="Yes" then increase counter
by ONE. How do I do this?