+ Reply to Thread
Results 1 to 3 of 3

Can't copy single array formula

  1. #1
    Registered User
    Join Date
    04-04-2009
    Location
    Brentwood, USA
    MS-Off Ver
    Excel 2003
    Posts
    1

    Can't copy single array formula

    I have created the following formula to produce a hex checksum for a cell of text.

    {=DEC2HEX(SUM(CODE(MID(A9,ROW(A1:OFFSET(A1,LEN(A9)-1,0)),1))),5)}

    I want to use the checksum to make sure the text hasn't been changed. The problem is I can't copy this formula because it's a dynamic array. I have included a spreadsheet of some sample data and how I'm using the formula. Does anyone have solution that will give the same result and allow me to copy it?
    Attached Files Attached Files
    Last edited by VBA Noob; 04-04-2009 at 03:55 PM.

  2. #2
    Forum Contributor mewingkitty's Avatar
    Join Date
    09-29-2008
    Location
    Fort McMurray, Alberta, Canada
    MS-Off Ver
    Excel 2003
    Posts
    949

    Re: Can't copy single array formula

    I'm not sure what you mean by "I can't copy it".

    Also confused because the formula you posted is not the same as the one in your workbook.

    Please Login or Register  to view this content.
    LEN(250)-1

    That's 2.

    Why not just put a 2 in there?

    mew?
    Last edited by mewingkitty; 04-04-2009 at 05:07 PM.
    =IF(AND(OR(BLONDE,BRUNETTE,REDHEAD),OR(MY PLACE,HER PLACE),ME),BOW-CHICKA-BOW-WOW,ANOTHER NIGHT ON THE INTERNET)

  3. #3
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Can't copy single array formula

    Quote Originally Posted by tpblazo View Post
    I have created the following formula to produce a hex checksum for a cell of text.

    {=DEC2HEX(SUM(CODE(MID(A9,ROW(A1:OFFSET(A1,LEN(A9)-1,0)),1))),5)}

    I want to use the checksum to make sure the text hasn't been changed. The problem is I can't copy this formula because it's a dynamic array. I have included a spreadsheet of some sample data and how I'm using the formula. Does anyone have solution that will give the same result and allow me to copy it?
    To enter an array formula,paste the formula in the formula bar.
    Place your cursor in this bar and press Ctrl+Shift+Enter

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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