Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default concanate formula

what is wrong with my formula?

=concatenate(mid(a1, 75), "092008", mid(a1, 82, 149))

anyone can help.........
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default concanate formula

You're missing an argument in the first MID function.

mid(a1, 75)

--
Biff
Microsoft Excel MVP


"hafiza" wrote in message
...
what is wrong with my formula?

=concatenate(mid(a1, 75), "092008", mid(a1, 82, 149))

anyone can help.........



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default concanate formula

Hi,

The MID function needs 3 arguments.

Also you might write this as

=MID(a1,75,4)&"092008"&MID(a1, 82, 149)

Cheers,
Shane Devenhire

"hafiza" wrote:

what is wrong with my formula?

=concatenate(mid(a1, 75), "092008", mid(a1, 82, 149))

anyone can help.........

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default concanate formula

Thanks alot :-)

I manage to get it right :-)

"Shane Devenshire" wrote:

Hi,

The MID function needs 3 arguments.

Also you might write this as

=MID(a1,75,4)&"092008"&MID(a1, 82, 149)

Cheers,
Shane Devenhire

"hafiza" wrote:

what is wrong with my formula?

=concatenate(mid(a1, 75), "092008", mid(a1, 82, 149))

anyone can help.........

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:17 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"