I tried to refresh a cell function that returns the colorindex of a cell.
Function doubled(RA As Range)
Application.Volatile
doubled = RA.Font.ColorIndex
End Function
I have seen this answer but it only updates for values : Refresh Excel VBA Function Results