Specifying a range of sheets in a formula

I am new to mac and numbers.  I have a new iMac with Maverick.  Is there a way to sum the same cell in a range of sheets without having to have add all of them separately?  In other words, a way to specify a range of sheets?  Or, pehaps specify a named cell and sum all occurances of it on those sheets where it exists? Thanks...

You can do something like this:
Here is an example where the are four Sheets.  Each of the first three sheets contains a table titled "Table 1":
1) Sheet 1
2) Sheet 2
3) Sheet 3
4) Summary
Sheet 1:
Sheet 2:
Sheet 3:
Summary:
In the Summary Sheet:
Enter the Sheet names and Table names, and cell to reference in columns A thru C
Then
D2=INDIRECT(A2&"::"&B2&"::"&C2)
this is shorthand for select cell D2, then type (or copy and paste from here) the formula:
=INDIRECT(A2&"::"&B2&"::"&C2)
select D2, copy
select column D, then command click cell D1 (to unselect D1), paste

Similar Messages

  • How to specify date range in Planning web form?

    Hi,
    I want to specify a Month range in column of Planning 9.3.1 form.
    I thought $forecastmth : Dec would work but it does not.
    I even tried Oct:Dec and it does not work.
    Any suggestions?
    Thanks in Advance

    As of the current version of Planning (11.1.1.3), there is no way to specify a range during the creation of a web input form. You have to add the months you want (in the order you want them) to the form individually. There's no way to add a function that produces a member list, other than the built-in @DESCENDANTS, @LEV0, @CHILDREN, etc functions.
    I have seen clients build alternate hierarchies to support this type of requirement, but that's a fairly indirect way to achieve this. Back in the days when we would build VBA planning apps. you could put a range into a substitution variable (eg. "Oct":"Dec"), however I don't think that a Planning web input form will interpret this correctly.
    - Jake

  • Merge cell without specifying a range?

    I am running a Powershell script with an XLSx function where I get output from multiple script and
    the output are stored in seprate worksheets. In 2 of my worksheets I have row name for each column, I have managed to remove (blank) the duplicate row value. Now I am looking to merge those cells whose colA rows are blank. I understand that we need to specify
    the range for the cells to be merge. Is it possible to merge without specifying a range?

    Hi,
    Would you like to share us a sample of the file? Based on your description, my understanding is that you want to merge the blank cells with above cells which include the value. And you do not want to assign the range. If it is, please try the following
    code:
    Sub MergeCells()
    Dim LRow As Long
    Dim MyRng As Range
    Dim c As Range
    Dim MergRng As Range
    Range("A1").Activate
    LRow = ActiveCell.CurrentRegion.Rows.Count
    Set MyRng = Range("A1:A" & LRow)
    For Each c In MyRng
    If c.Value = "" Then
    Set MergRng = Range(c, c.Offset(-1, 0))
    With MergRng.Cells
    .HorizontalAlignment = xlCenter
    .VerticalAlignment = xlTop
    .WrapText = False
    .Orientation = 0
    .AddIndent = False
    .ShrinkToFit = False
    .MergeCells = True
    End With
    End If
    Next c
    End Sub
    Regards,
    George Zhao
    TechNet Community Support

  • CF FORM SPECIFIED PRICE RANGE - SQL

    I have the following form but dont know the CF QUERY SQL. I
    am trying to list all books within a user specified price range but
    having trouble with the cf query sql, any help much appricated! ; )

    Try this,
    Change the radio buttons to all have the same name and id,
    also change the values to the actual values
    <input class="optionbutton" type="radio" value="="
    id="comparison" name="comparison" checked="checked" /><label
    for="comp1">equal to</label><br />
    <input class="optionbutton" type="radio" value=">"
    id="comparison" name="comparison" /><label
    for="comp2">greater than</label><br />
    <input class="optionbutton" type="radio" value=">="
    id="comparison" name="comparison" /><label
    for="comp3">greater than or equal to</label><br />
    <input class="optionbutton" type="radio" value="<"
    id="comparison" name="comparison" /><label
    for="comp4">less than</label><br />
    <input class="optionbutton" type="radio" value="<="
    id="comparison" name="comparison" /><label
    for="comp5">less than or equal to</label>
    SELECT book.title as book, book.price, book.isbn,
    author.forename, author.surname, category.title as category
    FROM Category INNER JOIN (Author INNER JOIN Book ON
    Author.AuthorID = Book.AuthorID) ON Category.CategoryID =
    Book.CategoryID
    <!--- zero equals zero, just in case the radio button is
    not passed --->
    WHERE 0=0
    <!--- make sure that the radio button is defined --->
    <cfif IsDefined("form.comparison")>
    AND book.price #form.comparison# #form.price#
    </cfif>
    Ken

  • Need help with specifying type range in dynamic text box

    is it possible to specify my type range in a dynamic text box
    that is loading images as well as type? Everytime i specify the
    range flash quits. if i take out the image loading actionscript
    then it's fine. grrrrr

    I assume that you have added this field to the field catalog, so make sure that the name in the field catalog is exactly the same as in the internal table which holds your data, and make sure that you are filling the field name as uppercase.
    Regards,
    RIch Heilman

  • Amazon print guidelines specify one page per sheet

    Amazon print guidelines specify one page per sheet
    I am setting up a new book and not sure I understand Amazon guidlines "one page per sheet".
    I am pretty sure this setup is one page per sheet when Exported to PDF -- can any one please confirm this?

    Thanks, you mean be sure "Spreads" is unchecked as in this screenshot (I don't know what I am doing here)...?

  • Remove footer from specified page range

    I am modifying a pdf with a sequence of footers (A, B, C, D...) that mark subsections in the text. I removed all pages in subsection B, and would now like to update the following footers to reflect the change (make C the new B, D the new C, and so forth). However, Acrobat does not seem to recognize that the footers after A exist. When I open the "Add" or "Update" dialogue boxes, I get only the information for footer A, even when I specify the page range for other footers. So I also get bizarre preview results in which the footer text and the footer displayed do not match up (image below). I've found no way to remove or replace footers after A. Advice appreciated!!
    Running Mac OS 10.6.8 with Acrobat 10.1.1

    You can do customize discoverer viewer/plus using EM console
    Thanks,

  • Excel download into a sheet-2by taking formula from another sheet.-1

    i hv an internal table itab.which contain 3 fields a,b,c.
    a,b are input parameters (int).c = ab.Now i hv to download the values of a,b,c into a excel sheet-2 by <b>taking the formula</b>(c = ab) <b>from another sheet-1</b>.and everytime the new vales of a,b,c should be appended ito the sheet2.
    can anybody tell me which fm i shoud use?? or some sample code will be grrr88.
    points will be rewarded.

    See if these blogs can help you ...
    /people/rich.heilman2/blog/2005/09/12/manipulate-excel-with-ole-abap
    /people/sap.user72/blog/2006/02/07/downloading-data-into-excel-with-format-options
    Not sure if you can do the calculations.
    Regards,
    Ravi

  • How to take result of multiplication and copy over to another spread sheet without taking formula?

    I am trying to copy over the results of my product formula and copy it over to a separate spreadsheet.
    Every single time I try to copy the results over, the formula seems to tag along with it!
    EXAMPLE: I took 17.99 and multiplied it by 3.5 to get 62.97. All I want is the 62.97 so that I can put it on a separate work sheet... every time I try doing that... it copies over the formula!
    So frustrating. Is there anyway to get this done? Or do I have to multiply all 2000+ equations manually and type it in myself?

    Hi gn,
    Glad to help. Thanks for the green tick .
    Happy Numbering!
    Regards,
    Ian.

  • How to save a specified page range in a multi page form

    Hi,
    I'm working on a multipage PDF document consisting of several electronic forms. At the end of each form there is a SUBMIT button to send the form via email. Is there a javascript to specify the page range that gets submitted, so that only the one form that is filled out gets submitted, rather than the enitre PDF?
    Many Thanks!

    I don't think that what he had in mind:
    here is what I think he wants though I don't know if possible in Acrobat. (Maybe indesign but never used indesign).
    he has 3 forms that span over a 10 page PDF. (this is all suposition)
    Say they are not necessarily related. Or do not have to all be filled out even if related.
    say first form is 3 pages long and has a Submit buttonon 3. The next starts a page 4 and goes to end of page 7 where there is a submit button. Finally the 3rd form starts at 8 and finishes at 10 where there is a submit Button.  Posibiliy there is a Submit All button  on 10 also.
    Submit button 1 would only submit 1-3
    Submit button 2 would only submit 4-7
    Submit button 3 would only submit 8-10
    Submit all would submit 1-10
    I don't if an extract and send would work.

  • Using Date Range parameter in Subreport Selection Formula

    I have a subreport which includes this line in the selection formula:
    {Production.Date} = {?Pm-?DateRange}
    {?Pm-?DateRange} appears in the Subreport Links window, so it seems like it should work.
    The DateRange parameter is set by the user in the Main report.
    But the subreport returns no records.
    I tried this:
    In the Main report I created a StartDate and a StopDate field from {?Pm-?DateRange} .
    Then in the subreport selection formula I used these two formula fields like this:
    {Production.Date} >= @StartDate
    and
    {Production.Date} <= @StopDate
    This works!
    So I have found a workaround, but still, I don't understand why the original code {Production.Date} = {?Pm-?DateRange} returns no records.
    Thanks,
    Art

    Hi Art,
    You cannot use a date range parameter directly in the subreport's record selection formula.
    You'll need to create a formula in the Main report like this:
    Minimum(?DateRange) //This gives the start date
    Maximum(?DateRange) //This gives the end date
    Then send these formulas as parameters to subreport for use in the record selection formula.
    I think you've already got this figured out anyway!
    -Abhilash

  • Sheets to Go formulas display #value since 2.0 upgrade.

    Formulas that were fine in old OS now come up #value in sheets to go.  Simple ones like "=+a1". I'm using excel 2007. I have deleted the file on the PB and re-copied files, same problem. 

    Yes, its pretty much the same. I was going to take it back in, but what are they going to do?? ****, they made it sound like i was the first and only person to have any issues with 2.0. And, they didnt even really look at it, they just plugged it into a G4 , ran a report, and then gave me a new one. They didnt even look at the results of the report they had just ran. Seems like Apple really has not rolled out any info, on what the update does, how it works in the background, or what to do. I wish they would just publish a uninstall of 2.0. It would make everyones life much better till they can work out the bugs. I own a G4, Ipod, and Iphone, i have to say, this is really a pain when your trying to use the phone, and its slow, or locks up.

  • Why are my songs not in the specified alphabetic range?, Why are my songs not in the specified alphabetic range?

    I synced my songs from the iTunes and I noticed that the songs in the music list were not contained in their alphabetic range. For example a song starting with h was overflowing into I. And so on. Please let me know if I am missing out something here.
    Thanks in advance.

    Rishabhrekhi wrote:
    Everything is normal. Probably something to do with ios 5. Had an iPhone that was synced from the sakes iTunes library. That never had any problems. That was iOS 4.3.5. Thanks for the quick replies James.
    It is worth noting that Apple scaled back the Music App (formerly know as iPod app, I believe) in iOS 5. It was simplified and some functionality was removed, although why is unknown). It will look and behave differently than what you experienced in early versions.

  • Workday calculation for specified date range

    Hi All,
    How to count number of workdays available for given date range. And I tried below statement which is
    not working.
    SUM(CASE [Calendar].[Calendar Date]
        WHEN [Calendar].[Calendar Date].[Year] = '2005' AND [Calendar].[Calendar Date].[Month]
    = 1
        THEN [Calendar].[Calendar Date].CURRENTMEMBER.CHILDREN
        END
    , [Measures].[Work Day Flag])

    Hi bpbhhaskar,
    According to your description, you want to count the weekdays in MDX. Right?
    In this scenario, we can just aggregation days from Monday to Friday. The key should be 2 to 6. Please use the expression below:
    with
    MEMBER [Measures].[DayCount] AS
    Count
    Descendants
    [Date].[Calender].CurrentMember
    ,[Date].[Calender].[Date]
    * {[Date].[Day Of Week].&[2]:[Date].[Day Of Week].&[6]}
    Best Regards,
    Simon Hou
    TechNet Community Support

  • Can you specify a range for x coordinates

    hey folks,
    I'm looking at a I think a pretty basic request. This code below works, but I'd like to modify it so that if my dragged item passes over a region in the x coordinates. So if I pass the dragged item over the range of 600 - 700 then it would play the frame labelled "square", and when it passes out of that region, go back to play the frame labelled "circle". So realy I'm asking how can I modify the <=600 to instead 600 to 700, and else refer to circle.
    Hope this makes sense.
    if (me.x <=600){
    me.gotoAndStop("Square")
    } else if (me.x>= 700){
    me.gotoAndStop("Circle")

    I'm not really sure I follow your description, but the following will do what I was able to interpret...
    if (me.x>= 700){
        me.gotoAndStop("Circle")
    } else if (me.x >=600){
        me.gotoAndStop("Square")
    That ignores anything below 600.  If you want to have anything below 700 go to the square, then just use 'else' instead of 'else if(me.x >= 600)'

Maybe you are looking for