File name Size in bytes
Tiny file 3
Medium file 153,600
Large file 5,242,880
What I need is...
File name Size
Tiny file 3 bytes
Medium file 150k
Large file 5 megs
Any ideas?
Thanks in advance
Toney
--
__________________________________
HTH
Bob
"Toney" <To...@discussions.microsoft.com> wrote in message
news:F6331228-7918-4CBB...@microsoft.com...
=IF(A5<2^10,A5&" bytes",IF(A5<2^20,ROUND
(INT(A5/2^10),-1)&"k",ROUND(INT(A5/2^20),1)&" megs"))
--
Best Regards,
Luke M
*Remember to click "yes" if this post helped you!*
Thanks again
Toney
Thanks again
Toney