G
Guest
I'm trying to work out how to do this nested if formula. I want to say
If [Student Start Date]<DAte() and [Student Start Date]+345>Date(),"Class 1"
the second part is
If [Student Leaving Date]>DAte() and [student leaving
date]-345<date(),"Class 2"
how do i put these into one if formula
If [Student Start Date]<DAte() and [Student Start Date]+345>Date(),"Class 1"
the second part is
If [Student Leaving Date]>DAte() and [student leaving
date]-345<date(),"Class 2"
how do i put these into one if formula