Forum Discussion

AC2023's avatar
AC2023
Copper Contributor
Jan 03, 2023
Solved

Using a formula to determine the end time

Hello,   We use a formula in excel to determine what time an exam should finish following reasonable adjustments awarded to disabled students, for instance, where extra time and / or rest breaks ha...
  • mtarler's avatar
    Jan 03, 2023

    you say it doesn't work sometimes and it might help to have examples when it doesn't work
    I have reduced the formula a bit and removed the round-off. Hopefully this will work for you:
    =N2+(IF(J2="",0,VALUE(J2))+IF(K2="",0,VALUE(K2)))*(N2-M2)/60

Resources