Excel is always a very handy tool when the target data is relatively smaller in size. It is getting slower when the target data reach
Category: Excel
I will summarize some useful excel tricks here: a) testing if a cell (assume A1) is an Integer = if (int(A1)=A1,”yes”, “no”) b) for statistics