I am working on a special project for my clients attendance and I need some help with something I am trying to do using the IF(ISNUMBER). Here is an explanation of what I am trying to do. On one sheet called Bus Duty Log, I have a column titled "Time In" and then my instructors will put the time that a client comes into program, and once they put the time in say 8:00, it automatically makes my column "In or Out" on a different sheet called "Activity Record Reporting" to say "In". If there was no time entered on that first sheet, then this column on the second sheet will just stay blank. I was able to achieve this already with the =IF(ISNUMBER('Bus Duty Log'!O8), "In", "") formula and that works great, but I am now trying to do that same exact formula but I need to pull time from two different sheets instead of just the "Bus Duty Log". So for example what I am trying to do now is if an instructor types in a time such as 8:00 in EITHER sheet titled "Bus Duty Log" or sheet titled "Zoom Log" (See picture 1 and 2 for that), then cell D2 on sheet "Activity Record Reporting" (See on picture 3) will say "In". I have tried everything I can, but can't find anything that will work.