JohnStreeper
8 years agoQrew Trainee
Help with sequence formula
Currently have the following formula as a field in my table:
If([Incoming Year]=2017, 17500, [Incoming Year]=2018, 18500, [Incoming Year]=2019, 19500)
If the Incoming Year is 2017 it will return a value of 17500, if the Incoming Year is 2018 it will return a vale of 18500, etc...
I want to have it so that when a new record is created and the Incoming Year is 2017 it returns a value of 17501, the next record created with an Incoming Year of 2017 is 17502. If a record is created and the Incoming Year is 2018, I would want it to create 18501.
Not sure if I explained it properly.
If([Incoming Year]=2017, 17500, [Incoming Year]=2018, 18500, [Incoming Year]=2019, 19500)
If the Incoming Year is 2017 it will return a value of 17500, if the Incoming Year is 2018 it will return a vale of 18500, etc...
I want to have it so that when a new record is created and the Incoming Year is 2017 it returns a value of 17501, the next record created with an Incoming Year of 2017 is 17502. If a record is created and the Incoming Year is 2018, I would want it to create 18501.
Not sure if I explained it properly.