View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Thyag Thyag is offline
external usenet poster
 
Posts: 39
Default Numerical data formula

Hi Friends,

I am in requirement of a formula for extracting only last seven (or
less) numerical digits from a reference.


Ex -
1 - if A1 consists 112233help573847 - I need "573847".
2 - if A1 consists 112233help573 - I need "573".
3 - if A1 consists 112233help - I need "112233".
4 - if A1 consists 112233 - Ineed "112233".


Any help is appriciated.


Thanks,
Thyag