I have 2 sheets (see screenshots) and what I need is to have the Associate Name from the Associate List sheet copied to a column in the Permissions sheet but only if certain criteria is meet.
If there is a date in the Yard Access AND GTDR Expiration columns, I need the Associate name listed in the GTDR Certified column on the Permissions sheet. Likewise, if there is only a date in the Yard Access and the GTDR is blank, then the Associate name would go in the Yard Access Only column. I have tried so many different combinations of IF formulas and even tried one with INDEX and I'm getting #UNPARSEABLE every time.
If I use this formula on the same sheet in a new column I get results but, if I try to use the same formula in the Permissions sheet and change it to reference the other page - { } instead of [ ] - I still get UNPARSEABLE
=IF(AND(NOT(ISBLANK([Yard Access Expiration]@row)), ISBLANK([GTDR Expiration]@row)), [Associate Name]@row, "")
Any help is GREATLY appreciated!!!!