+ Reply to Thread
Results 1 to 4 of 4

Trying to email a spreadsheet

  1. #1
    Daniel
    Guest

    Trying to email a spreadsheet

    I am trying to email a spreadsheet to someone but the formulas are not
    working on the email version for one of the worksheets. It is not linked to
    any file outside of the worksheet. Any assistance

  2. #2
    arno
    Guest

    Re: Trying to email a spreadsheet

    Hi Daniel,
    > I am trying to email a spreadsheet to someone but the formulas are

    not
    > working on the email version for one of the worksheets. It is not
    > linked to any file outside of the worksheet. Any assistance


    download the add-in for free.

    http://www.rondebruin.nl/mail/add-in.htm

    arno


  3. #3
    Duke Carey
    Guest

    RE: Trying to email a spreadsheet

    This will get the last value entered in column A

    =INDEX(A:A,MATCH(9.99999999999999E+307,A:A))

    This will get the ROW # of the last entry in Col A.

    =MATCH(9.99999999999999E+307,A:A)

    This will sum the last 60 entries in a column - assuming a header in row 1
    and no blank cells

    =SUM(OFFSET(A2,MAX(0,COUNTA(A2:A65536)-60),0,60,1))

    "Daniel" wrote:

    > I am trying to email a spreadsheet to someone but the formulas are not
    > working on the email version for one of the worksheets. It is not linked to
    > any file outside of the worksheet. Any assistance


  4. #4
    Duke Carey
    Guest

    RE: Trying to email a spreadsheet

    Wrong thread - sorry!!


    "Duke Carey" wrote:

    > This will get the last value entered in column A
    >
    > =INDEX(A:A,MATCH(9.99999999999999E+307,A:A))
    >
    > This will get the ROW # of the last entry in Col A.
    >
    > =MATCH(9.99999999999999E+307,A:A)
    >
    > This will sum the last 60 entries in a column - assuming a header in row 1
    > and no blank cells
    >
    > =SUM(OFFSET(A2,MAX(0,COUNTA(A2:A65536)-60),0,60,1))
    >
    > "Daniel" wrote:
    >
    > > I am trying to email a spreadsheet to someone but the formulas are not
    > > working on the email version for one of the worksheets. It is not linked to
    > > any file outside of the worksheet. Any assistance


+ 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