Category: REPT

Fixed length ID

I needed few months back to make a fixed-length ID iut if none-fixed-length numbers. SO I used the function REPT with RIGHT to force all...

Progress bar in pure functions

This one is very similar to Tally chart, however, it is for another purpose. It is used to draw a progress bar, yes a progress...

Tally chart in functions

Using a single function can make a graphical view to your number Function is REPT along with IF and INT to show that number in...