Forum Discussion
Betsy
Helper IV
5 years agoInsert a subsequent index value from same column into calculated column
Hi, Haven't asked a question here for a long while. I have academic data that I am looking to calculate enrollment from term to term. Each subsequent term will have a higher term number, but thes...
- 5 years ago
Hi,
This calculated column formula works for enrolled next term
=CALCULATE(MIN(Data[enrolled]),FILTER(Data,Data[student]=EARLIER(Data[student])&&Data[start_date]>EARLIER(Data[start_date])&&Data[term]>EARLIER(Data[term])))
Ashish_Mathur
Super User
5 years agoHi,
Share the download link of the Excel file. In that file, please show the expected result as well.