+ Reply to Thread
Results 1 to 4 of 4

Formula that works in xl2003 but not xl2007

  1. #1
    Registered User
    Join Date
    10-15-2008
    Location
    Edmonton
    Posts
    7

    Formula that works in xl2003 but not xl2007

    I have this formula :

    =SUM(F25:M25*$F$6:$M$6)

    It works great in xl2003, and it works properly in XL2007 until you try and change it. I changed the column F to Column D and now it gives me a #value.

    How can I re-work this for xl2007?

    THanks
    Last edited by DrSwaity; 06-09-2009 at 02:32 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Formula that works in xl2003 but not xl2007

    That formula would need to be confirmed with CTRL+SHIFT+ENTER to work as it is an Array formula...

    Try instead the more appropriate Sumproduct() function:

    =SUMPRODUCT(F25:M25,$F$6:$M$6)

    or

    =SUMPRODUCT(D25:M25,$D$6:$M$6)

    Which is confirmed with ENTER only.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    10-15-2008
    Location
    Edmonton
    Posts
    7

    Re: Formula that works in xl2003 but not xl2007

    Wow, thank you so much for the incredibly fast and accurate reply!

    That was awesome!

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Formula that works in xl2003 but not xl2007

    You are welcome,

    Please remember to mark your thread as Solved.

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1