Function - BuzzActivity()

Description:

Gives a visual signal when a webpage is scanned (regardless of new data or not).

If no argument is given, the last time there was Activity is displayed. Otherwise it counts up between zero and [CountUpTo], incrementing with each time there is Activity.

Arguments:

  1. CountUpTo: The top number to reach after which the count resets to zero and starts over. (optional value)

Example:

=BuzzActivity()

To make an animated rotating display, try this formula:

=IF(BuzzActivity(3)=0,"|",IF(BuzzActivity(3)=1,"/",IF(BuzzActivity(3)=2,"-","\")))