Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi all,
I need some kind of escape character in the criteria part of this function. example, =SUMPRODUCT((A4:A15=("January"))*(B4:B15="Monday") ) should also count cells in B4:B15 where the cell contains both Monday and tuesday. something like =SUMPRODUCT((A4:A15=("January"))*(B4:B15="*Monday* ")) but this doesn't work because the two ** around Monday are considered as part of the string being searched for. I need some kind of escape character to differentiate them from criteria, which is Monday. thanx in advance... |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT((A4:A15=("January"))*((B4:B15="Monday" )+(B4:B15="Tuesday")))
HTH -- AP "delali" a écrit dans le message de ... Hi all, I need some kind of escape character in the criteria part of this function. example, =SUMPRODUCT((A4:A15=("January"))*(B4:B15="Monday") ) should also count cells in B4:B15 where the cell contains both Monday and tuesday. something like =SUMPRODUCT((A4:A15=("January"))*(B4:B15="*Monday* ")) but this doesn't work because the two ** around Monday are considered as part of the string being searched for. I need some kind of escape character to differentiate them from criteria, which is Monday. thanx in advance... |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You have another response at your other thread.
If neither is what you need, you may want to restate your question. delali wrote: Hi all, I need some kind of escape character in the criteria part of this function. example, =SUMPRODUCT((A4:A15=("January"))*(B4:B15="Monday") ) should also count cells in B4:B15 where the cell contains both Monday and tuesday. something like =SUMPRODUCT((A4:A15=("January"))*(B4:B15="*Monday* ")) but this doesn't work because the two ** around Monday are considered as part of the string being searched for. I need some kind of escape character to differentiate them from criteria, which is Monday. thanx in advance... -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to use spellnumber formula | Excel Worksheet Functions | |||
I NEED HELP with the SPELLNUMBER Function | Excel Worksheet Functions | |||
EXCEL:NUMBER TO GREEK WORDS | Excel Worksheet Functions | |||
convert value in word. For Exampe Rs.115.00 convert into word as . | Excel Discussion (Misc queries) | |||
Conversion | Excel Worksheet Functions |