I am using a formula though need to change part of it to be a >## instead of just showing returns if it IS a certain number.
Here's what I need the formula to be, though the {>29.99} part is giving me the error, "Your formula contains an error", and if I use instead {1} it works fine.
How can I indicate >29.99 in the red characters below? Thanks so much!!
Works:
Does not work:
Here's what I need the formula to be, though the {>29.99} part is giving me the error, "Your formula contains an error", and if I use instead {1} it works fine.
How can I indicate >29.99 in the red characters below? Thanks so much!!
Works:
Code:
=SUMPRODUCT(
--($DG$2:$DG$1364=$HF3),
--ISNUMBER(MATCH($DL$2:$DL$1364,{1},0)))/
SUMPRODUCT(
--($DG$2:$DG$1364=$HF3))
Code:
=SUMPRODUCT(
--($DG$2:$DG$1364=$HF3),
--ISNUMBER(MATCH($DL$2:$DL$1364,{[COLOR=Red]>29.99[/COLOR]},0)))/
SUMPRODUCT(
--($DG$2:$DG$1364=$HF3))