Link to home
Start Free TrialLog in
Avatar of Seamus2626
Seamus2626Flag for Ireland

asked on

IF(OR) Statement

Hi,

I have an IF(OR) below

The formula result is "No" but the date serials match, so B17 is today()

Its checking date stamps dropped into the other spreadsheets by VB using =now()

Cutting the dates using left returns 41864 for all the cells in the IF and today()

Why am getting "No" returned?

Thanks



=IF(OR(LEFT('[NA.xlsm]PB Review'!$H$1,5)=B17,LEFT('[Europe.xlsm]PB Review'!$H$1,5)=B17,(LEFT('[MENA.xlsm]PB Review'!$H$1,5)=B17),(LEFT('[Asia.xlsm]PB Review'!$H$1,5)=B17),(LEFT('[LATAM.xlsm]PB Review'!$H$1,5)=B17)),"Yes","No")
ASKER CERTIFIED SOLUTION
Avatar of Rgonzo1971
Rgonzo1971

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Seamus2626

ASKER

Legend!