Hello Guru's
ALT + ENTER and some spaces
NOT IN VBA!
What are the disadvantages of this neatly coding in Excel formulas, aside from I have to manually type the spaces?
I'm just trying to be neat. LOL
Your thoughts please.
ALT + ENTER and some spaces
NOT IN VBA!
What are the disadvantages of this neatly coding in Excel formulas, aside from I have to manually type the spaces?
Code:
=IF(
COUNTIFS(
P23:P40,">="&NUMBERVALUE("04/01/2019"),
P23:P40,"<="&EOMONTH(NUMBERVALUE("04/01/2019"),0))>10,
"More than 10","Less than or = 10")
I'm just trying to be neat. LOL
Your thoughts please.
Last edited: