S
sixschultzz
Hi, I'm trying to get a count of ages within a specific range in my report;
like greater than or equal to 16 y.o. when I have to figure the age by
taking the date an item was ordered minus the date of birth divided by 365
days, I have tried different variations of =Count(([dateordered]-[date of
birth])/365)>=16, and have tried =IIf((([dateordered]-[date of
birth])/365)>="16",[Count(([dateordered]-[date of birth])/365)," ") but have
been unsuccessful; any suggestions?
like greater than or equal to 16 y.o. when I have to figure the age by
taking the date an item was ordered minus the date of birth divided by 365
days, I have tried different variations of =Count(([dateordered]-[date of
birth])/365)>=16, and have tried =IIf((([dateordered]-[date of
birth])/365)>="16",[Count(([dateordered]-[date of birth])/365)," ") but have
been unsuccessful; any suggestions?