Hi, Today only i joined. i need a help.
The given formula is working but not exactly getting the output.
My requirement is if a-b<60,b-c<60,c-a<60, print values is yes, if else print No.
Can any one help me getting the correct formula for the above requirement.
=(IF(((E6-F6)<C6),"Yes",IF(((F6-G6)<C6),"Yes")))
Bookmarks