I am trying to a timeline but am having trouble with creating a formula that will recognise when there is an entry against a particular date and which will automatically select the next height in an array for that entry so that each entry on the timeline will be at a different height each time.
I have worked out most of formula as below:
=IF(B8="",0,INDEX(Position,1,1))
The trouble is getting the formula to automatically allocate the next number on the array in a repeating loop. I have seen some formula's using the MOD function which seem to be almost what I am after but can't quite get them to work.
Any suggestions?
Thanks
I have worked out most of formula as below:
=IF(B8="",0,INDEX(Position,1,1))
The trouble is getting the formula to automatically allocate the next number on the array in a repeating loop. I have seen some formula's using the MOD function which seem to be almost what I am after but can't quite get them to work.
Any suggestions?
Thanks