PC Review


Reply
Thread Tools Rate Thread

Can you convert this formula to 2003 from 2007?

 
 
=?Utf-8?B?U2FyYWhfTGVjdHVyZXI=?=
Guest
Posts: n/a
 
      9th Jul 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
 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      9th Jul 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" <(E-Mail Removed)> wrote in message
news:15604212-B376-4673-B772-(E-Mail Removed)...
> 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 With Quote
 
=?Utf-8?B?Ymo=?=
Guest
Posts: n/a
 
      9th Jul 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" <(E-Mail Removed)> wrote in message
> news:15604212-B376-4673-B772-(E-Mail Removed)...
> > 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert SUMIFS formula from 2007 to 2003 Alex.W Microsoft Excel Misc 24 3rd Sep 2009 03:01 AM
How do I convert a 2007 pps to a 2003 ppt? Henrik Microsoft Powerpoint 5 21st May 2009 04:07 PM
cannot convert from 2007 to 2003 apasaja Microsoft Access 5 12th Apr 2009 12:47 AM
Convert 2003 to 2007- with VBA MartyO Microsoft Access VBA Modules 2 25th Oct 2008 07:26 AM
Convert SUMIFS formula from 2007 to 2003 V.P.Smruj Microsoft Excel Misc 5 6th Oct 2008 06:12 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:22 AM.