Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have the following formula and for the life of me cant work out whats wrong with it. it produces a number the number is not correct.
pretty obvious but for clairty its supposed to count how many cars that have a length between 10 and 6 meters. Ive tried both ways i.e 10m first and then 6 vice versa.
thanks for any help
count({$<Length = {'<10'},Length = {'>6'} >} Length)
Hi Samuel,
Please try this:
=Count({<Length = {">6<10"}>}Cars)
Thanks,
AS
count({$<Length={">6<10"}>}'ID')
Hi,
Try like this
=Count(Distinct {<Length={">=6<10"}>}Length)
Regards
Kumar
Hello samuel,
Please try this, hope this will work for you.
=Count({<Length = {'<6','>8'}>}Length)
- Regards,
Vishal Waghole.
Try this
=Count({<Length = {">6<10"}>}Car)
or
=Count({< Car={"=Count({<Length = {">6<10"}>}Car)"}>}Car)
Hi Samuel,
Please try this:
=Count({<Length = {">6<10"}>}Cars)
Thanks,
AS
hi
try this
count({<Length={">=6<=10"}>}Cars)
thanks for the help