View Single Post
 
Old 04-28-2019, 01:14 AM
Marcia's Avatar
Marcia Marcia is offline Windows 7 32bit Office 2013
Expert
 
Join Date: May 2018
Location: Philippines
Posts: 551
Marcia has a spectacular aura aboutMarcia has a spectacular aura aboutMarcia has a spectacular aura about
Default

Thank you p45cal. The profile or census is done every end of quarter of the calenday year, so the profile date is March 31, 2019 while the comparison date is the previous end of quarter, that is Dec 31, 2018. I'm sorry for not providing the full details, otherwise so much guessing from good Samaritans like you would have been avoided. Taking cues from your formula, I came up with the following conditional formula, and it works fine.
=(VLOOKUP(DATEDIF($b14,$D12,"d"),$A$2:$D$10,4))<>$ D14
Any idea why range names do not work in conditional formatting?

Thanks also for the formula below, dispensing with the extra column computing the age in days and saving precious file space.

Quote:
=VLOOKUP(DATEDIF([@Birthday],ProfileDate,"d"),tAgeGroup,4)
Reply With Quote