Thread
:
Simple Excel formula
View Single Post
#
3
Posted to microsoft.public.excel.programming
Carim
external usenet poster
Posts: 510
Simple Excel formula
Hi,
You can use a Lookup() function :
=LOOKUP(RIGHT(A1,1),{"B","G","K","M"},{1,100000000 0,1000,1000000})
HTH
Reply With Quote
Carim
View Public Profile
Find all posts by Carim