H hafiza Nov 25, 2008 #1 what is wrong with my formula? =concatenate(mid(a1, 75), "092008", mid(a1, 82, 149)) anyone can help.........
what is wrong with my formula? =concatenate(mid(a1, 75), "092008", mid(a1, 82, 149)) anyone can help.........
S Shane Devenshire Nov 25, 2008 #3 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
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
H hafiza Nov 25, 2008 #4 Thanks alot I manage to get it right Shane Devenshire said: 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 Click to expand...
Thanks alot I manage to get it right Shane Devenshire said: 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 Click to expand...