Thread
:
IF function using TIME
View Single Post
#
2
Posted to microsoft.public.excel.misc
Gary''s Student
external usenet poster
Posts: 11,058
IF function using TIME
=IF(A1="n/a",3,IF(B1="n/a",4,IF(B1-A1<=1/24,1,2)))
--
Gary''s Student - gsnu200805
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student