Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default Can you convert this formula to 2003 from 2007?

Hi

I received a 2007 workbook with this formula

=CONCATENATE(_xlfn.IFERROR(M2,"")," / ",_xlfn.IFERROR(P2,"")," /
",_xlfn.IFERROR(Q2,""))

(this is after it is opened in office 2003) - could you tell me the 2003
equivalent please?

Thanks

Sarah xx
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Can you convert this formula to 2003 from 2007?

No idea what _xlfn is, but the IFERROR can be resolved like so

=CONCATENATE(_xlfn.IF(ISERROR(M2),"",M2)," / ",_xlfn.IF(ISERROR(P2),"",P2),"
/ ",_xlfn.IF(ISERROR(Q2),"",Q2))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Sarah_Lecturer" wrote in message
...
Hi

I received a 2007 workbook with this formula

=CONCATENATE(_xlfn.IFERROR(M2,"")," / ",_xlfn.IFERROR(P2,"")," /
",_xlfn.IFERROR(Q2,""))

(this is after it is opened in office 2003) - could you tell me the 2003
equivalent please?

Thanks

Sarah xx



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Can you convert this formula to 2003 from 2007?

the "_xlfn." indicates that the function is not supported in your version of
excel.
probably Bob's fuction with the "_xlfn. "s removed is what you need.

=CONCATENATE(IF(ISERROR(M2),"",M2)," / ",IF(ISERROR(P2),"",P2)," /
",IF(ISERROR(Q2),"",Q2))


"Bob Phillips" wrote:

No idea what _xlfn is, but the IFERROR can be resolved like so

=CONCATENATE(_xlfn.IF(ISERROR(M2),"",M2)," / ",_xlfn.IF(ISERROR(P2),"",P2),"
/ ",_xlfn.IF(ISERROR(Q2),"",Q2))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Sarah_Lecturer" wrote in message
...
Hi

I received a 2007 workbook with this formula

=CONCATENATE(_xlfn.IFERROR(M2,"")," / ",_xlfn.IFERROR(P2,"")," /
",_xlfn.IFERROR(Q2,""))

(this is after it is opened in office 2003) - could you tell me the 2003
equivalent please?

Thanks

Sarah xx




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


Similar Threads
Thread Thread Starter Forum Replies Last Post
convert Excell 2007 file back to 2003 Sue Excel Discussion (Misc queries) 1 April 9th 07 04:40 PM
how will i convert 05.01.2007 convert 05.Jan.2007 format? lady_like New Users to Excel 17 February 9th 07 12:43 PM
Excel 2003 Workbook I want to convert to Excel 2007 pglufkin Excel Discussion (Misc queries) 3 December 18th 06 07:06 PM
converter tool to convert XL 2007 files to XL 2003 files Dave F Excel Discussion (Misc queries) 6 December 15th 06 12:45 AM
Can I just convert to Word 2003 and Excel 2003? Curious Excel Discussion (Misc queries) 0 February 11th 06 03:42 AM


All times are GMT +1. The time now is 08:41 AM.

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

About Us

"It's about Microsoft Excel"