Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|