+ Reply to Thread
Results 1 to 2 of 2

Passing Range using TRanspose causes Function to Fail

  1. #1
    Registered User
    Join Date
    07-27-2009
    Location
    L
    MS-Off Ver
    Excel 2003
    Posts
    19

    Passing Range using TRanspose causes Function to Fail

    Hi there,

    When I call the function below: as follows

    =bspline(Y16:Y21,X14:X23)

    it works fine.

    But when I use

    =bspline(TRANSPOSE(AC15:AH15),TRANSPOSE(AA14:AJ14))

    it gives an error saying one of the inputs is of the wrong data type?



    Please Login or Register  to view this content.

  2. #2
    Valued Forum Contributor Richard Schollar's Avatar
    Join Date
    05-23-2006
    Location
    Hampshire UK
    MS-Off Ver
    Excel 2002
    Posts
    1,264

    Re: Passing Range using TRanspose causes Function to Fail

    The result of TRANSPOSE is an array rather than a range which is giving you problems.

    Richard
    Richard Schollar
    Microsoft MVP - Excel

+ 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