Results 1 to 12 of 12

Formula for row vs column

Threaded View

  1. #1
    Registered User
    Join Date
    05-04-2006
    Posts
    91

    Formula for row vs column

    I reviewed this tip to automatically update graphs....

    Go to Insert | Name| Define.
    Enter Date in the Names In Workbook text box.
    Enter the following formula in the Refers to text box:

    =OFFSET(Sheet1!$A$2,0,0,COUNTA(Sheet1!$A:$A)-1)Click Add.
    Enter Temperature in the Names In Workbook text box.
    Enter the following formula in the Refers To text box:

    =OFFSET(Sheet1!$B$2,0,0,COUNTA(Sheet1!$B:$B)-1)Click Add and then OK.
    Click on the chart, and then on the data series.
    Change the formula in the formula bar to the following:

    =SERIES(,Sheet1!Date,Sheet1!Temperature,1)The chart will update automatically each day with a new temperature. Be sure you don't use Columns A and B for any other data; otherwise, COUNTA will return an incorrect value.
    -------------------------------------------------------------------

    How do you change these formulas to do it for a particular row instead of a column?
    Last edited by seanrigby; 10-25-2009 at 05:11 PM.

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