Iteratively vary dispersed cells in a global way?

hi all.
i have a spreadsheet where i am totaling cells in sections that are laid out vertically so that the totals show at the bottom and then i start another section and i total that section etc. i am also totaling the rows horizontally so that i can see the horizontal totals.
some of these cells - for instance in a ROW - have a percentage markup of 10% or something.
is there a way to CHANGE this markup product - for instance =PRODUCT(A1:C1,1.10) so that they markup is 1.15 or fifteen percent instead of ten? right now i am copying and multiple select pasting this equation into the cells in the sections and i am worried that if i try to change the whole row by assigning this equation to the ROW that i will also screw up the totals in the sections because they will /also/ have this markup applied to them when they are SUMS.
anyone know how to do this?
TIA

HW,
This type of thing usually begs for another table where "global" setup stuff goes.:
In this example the table on the left contains the column (B) that needs to be marked up AND the resulting marked up column (C).
the table on the right (name "Setup") contains a cell with the value for the mark up.
In the table on the left (Table 1):
C2=B2×Setup::$B$2
select C2 and copy, then select the column, paste
the "$" in the cell reference means to make the reference absolute-- this prevents Numbers from adjusting the cell reference when filling.  As a result the cell B2 is multiplied by the value in the table "Setup" cell B2.  when you fille the formula down in the table on the left the cell references will adjust but the absolute reference will not:
so...
C2=B2×Setup::$B$2
C3=B3×Setup::$B$2
C4=B4×Setup::$B$2
C100=B100×Setup::$B$2
etc
now you can change the value in the setup table and affect ALL entries in the markup column

Similar Messages

  • Global way to turn off sound?

    My main stage is playing a series of MIAWs and I want a way
    to shut down sound channels 1-7, leaving 8 open for sound effects
    used by the stage. It's a touch screen application and the client
    wants the option to turn off the music but retain the audible
    clicks and other sound effects for user interaction.
    I've tried setting sound(myChannel).volume = 0 where
    myChannel is looped 1-7. I've tried this both in the main stage
    just before the MIAW is opened and also in the first frame of the
    MIAW itself. I manage to shut down any lingo activated sound but
    sound effects dropped into the two score sound channels still play.
    I didn't write the MIAW's, I don't want to put conditional tests in
    those movies every time a sound is played. Is there a global way to
    shut down a specific sound channel that can not be overridden by
    the score?

    On Fri, 12 May 2006 14:31:21 GMT, Applied CD posted in
    macromedia.director.lingo:
    > A1-B1-C1-A1-(other sounds in channel 1) is silent until
    the second play
    > of A in channel 1, sound is on in channel 1 from that
    point on, even
    > though checking the message window Director still
    insists
    > sound(1).volume = 0
    >
    > A1-B1-C1-A2-B1-(other sounds in channel 1) is silent
    until the second
    > play of B in channel 1 (note that A in channel 2 did not
    turn the sound
    > on), after the second B1 sound is on in channel 1 (and
    still Director
    > thinks sound(1).volume = 0)
    I'll take a couple of stabs at it.
    If you're using the sound channels in the score, you may need
    to have an
    empty frame between the sound sprites. Sort of giving
    Director time to
    take a breath before starting the next sound. Or you might
    try using Lingo
    to play the sounds instead.
    If they're not already, make sure the sounds are all sampled
    at the same
    rate and bit depth. This may be needed even if using Lingo to
    play the
    sounds.
    Mark A. Boyd
    Keep-On-Learnin'

  • How to change Variant in Code inspector from Global to local.

    Hi,
    I have created my own variant,object set and inspection through T-code SCI and this has been created only for my id.
    Now when i go to SE38 and run Code Inspector i want the CI to use my variant instead of the Global DEFAULT variant.
    Kindly tell me how can i change from DEFAULt to my Local Variant.
    Many Thanks.

    Hi,
    abap_learner_das wrote:
    > Now when i go to SE38 and run Code Inspector i want the CI to use my variant instead of the Global DEFAULT variant.
    in that case you have to create a variant called "DEFAULT" as your local one. That variant will be used in SE38.
    In SE38 you can only use the DEFAULT variant. either the global one (if your user does not have a local one named DEFAULT) or the local one of your user.
    HTH,
    Hermann

  • HTMLB TableView Iterator & Edit columns, cells

    Hi friends,
    I am getting errors when , I tried to edit the columns, & Cells of  HTMLB TableView by using Iterator.Actually, I got the whole edit buttons and when I edit the values of particular column & cell fileds, it is not saving the values, instead it is giving same old values. The code I used is as follows.
    <u><b>To Edit the  columns,</b></u>
    method
    IF_HTMLB_TABLEVIEW_ITERATOR~GET_COLUMN_DEFINITIONS.
    FIELD-SYMBOLS: <def> LIKE LINE OF p_column_definitions.
      APPEND INITIAL LINE TO p_column_definitions ASSIGNING <def>.
    <def>-COLUMNNAME = 'STUDENTID'.<def>-EDIT = 'X'.
    endmethod.
    <u><b>To Edit the  cells,</b></u>
    RENDER_CELL_START Method:
    method
    IF_HTMLB_TABLEVIEW_ITERATOR~RENDER_CELL_START.
    CASE p_column_key.
    WHEN 'ICON'.
    WHEN 'STUDENTID'.
           IF p_edit_mode IS NOT INITIAL.
    ENDIF.
    WHEN 'SDATE'.
           IF p_edit_mode IS NOT INITIAL.
    ENDIF.
    ENDCASE.
    endmethod.
    <u><b>To Edit the SDATE cells,</b></u>
    WHEN 'SDATE'.
      IF p_edit_mode IS NOT INITIAL.
    DATA: date TYPE STRING.
    date = m_row_ref->SDATE.
    p_replacement_bee = CL_HTMLB_INPUTFIELD=>FACTORY(
                          id        = p_cell_id
                           value     = date
                           type      = 'DATE'
                             showHelp  = 'TRUE'
                             cellValue = 'TRUE' ).
                               ENDIF.
    Why the either column or cell is not saving the new values, when I edit them? where it went wrong? please mail me in this regard.
    regards
    CSM Reddy

    Hi REDDY CSM 
    To learn coding these Methods.
    You need to learn everything from scratch about MVC.
    To learn functionalities of Methods in Controller and how to use them,its Better,if you start with some tutorial(Little application) on MVC.
    Here is link,Just follow this,You will get some Exposure to these methods.
    http://help.sap.com/saphelp_erp2005/helpdata/en/c8/101c3a1cf1c54be10000000a114084/frameset.htm
    Rest keep posting whenever you face and Problem..
    Happy Coding..!!
    Vijay Raheja

  • Copy Cell not working the way it did in Numbers '08

    It seems that Numbers '09 changes the way things get copied and its ruining my work process. I've got a spreadsheet with video timecode and transcriptions in it that I'm doing a rough paper edit in and then copying the timecode into Final Cut Pro.
    In Numbers '08 if you select a cell and copy, the text inside gets copied as formatted text. So when pasting into Final Cut, I'd get this:
    00:00:07:20
    But in Numbers '09, I get this:
    Unnamed Table
    00:00:07:20
    And if I paste it into TextEdit, it pastes the cell as a cell of a table with the name Unnamed Table above it.
    That being said, when I just tried to write this post up, I pasted the cell into this form box and it looked like this:
    00:00:07:20
    So, it would seem that if you are pasting into a plain text area it pastes the basic text, but if you're pasting into a rich text formatted box, it will try to paste a Table.
    I guess my problem is that the Timecode boxes in Final Cut are reading rich text when they really shouldnt be.

    One more time,
    use the script:
    Save this script as an application bundle named clipboard2text.app in:
    <starupVolume>:Users:<yourAccount>:Library:Scripts:Applications:
    Maybe you will have to create the Applications subfolder.
    Seach for the keaword Script in the Finder's Help to learn the way to activate the Menu Scripts in the menu bar.
    When you will have to paste in Final Cut Pro (or other programs)
    From Numbers copy the datas
    menu Scripts > clipboard2text
    Then paste where you want.
    set the clipboard to (the clipboard as text)
    Yvan KOENIG (from FRANCE mardi 27 janvier 2009 16:36:31)

  • Global way to change spell check language in FM10?

    Hi, all,
    I'm learning FM 10 and trying to figure out if there's a way to change the spell-check language for an entire document or book at once (from English to Spanish, for instance) rather than going through the paragraph designer for each paragraph tag catergory.
    Thanks,
    Casey B

    Casey,
    You can do this through the Paragraph Designer:
    1. In the Paragraph Designer go to the Fonts tab.
    2. Press Shift+F8 to set everything to "As Is".
    3. Set the Language option to what you want.
    4. Click on the Commands button in the lower left and select "Global Update Opttions"
    5.  Select "Default Font Properties Only" in the" Use Properties in the Paragraph Designer" option at the top,
    6. Select "All Paragraphs and Catalog Entries" in the "Update Paragraph Formats" in the bottom half of the panel.
    7. Click on the "Update" button to change all the language settings.
    It's best to do this in a template and then import the revised tempalte to all of the documents that require the updated language.
    Note: this technique can globally change any paragraph property for all tags. It also works the same way for Charcter tags.

  • BEX Query variant - how to make it Global ?

    We have a problem that we did not have in 3.x. In NW04s, when some one saves a query variant, it can be seen/accessed only by that person. We have a need to make it global so that other users in the division can use the variant to run the query. Does anybody know to make this work?
    I looked at the table RSRPARAMETRIZA and the field PERSONAL is always set to 'X' for variants created in BEX (using new BEX tool). We tried to blank this out (for testing) to see if the variant becomes global. But it did not help, in fact after this change whenever I choose this variant it kicks me out and I have to login again.
    Any input/workaround is appreciated.
    Regards
    -Bala

    As of NetWeaver 2004s variants (created in the BI70 runtime) are stored as an XML string inside of the table RSRPARAMETRIZA. In BW3.5 and before they were stored along with ABAP variants within the table VARI.
    Check these notes:
    1004479
    1003466
    990801
    981693
    973676
    978803
    973844
    774413
    Hope this helps,
    Prakash

  • Is there a global way to turn off restore features?

    The restore features are quite problematic.  Is there a way to turn this off globally?  Every time I open Textmate, or Preview, etc with a new document, I get window(s) with previous documents.  When I log back in, if I forgot to hit the logout-sabotaging check-box, all the previous applications re-open.  It is driving up my blood pressure.
    Is the a defaults command or something I can do? 
    I can't believe this kind of "feature" would be implemented without some sort of obvious preference control, but I have searched everywhere to no avail.  Please help!  Between this and the heavy resource consumption, I'm almost ready to do what I never in 10 years of using OS X would have considered:  reinstlaling the previous version of the OS.

    Thanks.  I found the 10,000 other postings after I posted this (the new search utility auto-dumped me into a new post).
    Two additional defaults commands I found turn off the remaining annoyances in Safari and Preview:
    defaults write com.apple.Preview ApplePersistenceIgnoreState -bool TRUE
    defaults write com.apple.Safari ApplePersistenceIgnoreState -bool TRUE
    Now if I can find one to permanently uncheck that check-box you get on log-out, I will be (relatively) happy.

  • Spry Hor. Menu with Varied Width Cells and Uniform Submenu

    1. Which Spry Style will I edit to change and vary the width of the top line (master) menu bar?
    2. What code will create a width for every cell independent of the neighboring cells?
    I don't want to use auto. I want to be able to determine the width of each cell independently so I can accomodate longer titles and fill my div.
    Thanks for the help guys and gals.
    Rob

    This is the markup
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a href="#">Home</a>          </li>
      <li style="width:8.3em;"><a href="#" class="MenuBarItemSubmenu">Who We Are</a>
        <ul>
          <li><a href="#">Our Location</a></li>
          <li><a href="#">Our Services</a></li>
          <li><a href="#">Our Community</a></li>
          <li><a href="#">Our Pastors</a></li>
          <li><a href="#">Our Beliefs</a></li>
        </ul>
      </li>
      <li style="width:8.5em;"><a class="MenuBarItemSubmenu" href="#">What We Do</a>
        <ul>
          <li><a href="#">Children Ministry</a>              </li>
          <li><a href="#">Youth Ministry</a></li>
          <li><a href="#">Worship</a></li>
          <li><a href="#">Mens Group</a></li>
          <li><a href="#">Outreaches</a></li>
        </ul>
      </li>
      <li><a href="#">Events</a></li>
      <li style="width:7.7em;"><a href="#" class="MenuBarItemSubmenu">Contact Us</a>
        <ul>
          <li><a href="#">Prayer Request</a></li>
          <li><a href="#">Subscribe</a></li>
          <li><a href="#">Contact Us</a></li>
        </ul>
      </li>
      <li><a href="#">Pastor's Blog</a></li>
      <li style="width:5.1em;"><a href="#" class="MenuBarItemSubmenu">Media</a>
        <ul>
          <li><a href="#">Listen Online</a></li>
        </ul>
      </li>
      <li><a href="#">Give</a></li>
    </ul>
    and this is the result
    You can adjust the suggested values to utilise the full width, this is up to you. I merely wanted to show that it can be done.
    Cheers
    Gramps

  • Multi-cell printing: image going way off paper

    I'm trying to print 2, or ideally 6, 2" square pictures for a visa. Whether it's 2 up or 6 up, I can get the layout to look fine in LR, but when I print the images don't nearly fit on the paper. I've tried both "retain size" and "auto expand."
    I'm using 4x6 pgp Epson paper with a 3880. Selecting 4x6 paper in page layout (sheet feeder).
    I've tried 0 cell spacing, 0 margins, and also small increments for those settings. I've done this before sucessfully, so I'm not sure what's going wrong. Anyone have any ideas?
    Ideally the images will be exactly 2" square (the image is already cropped square), so I assume not doing borderless will be best, and keep the images away from the edges. But even doing only 2 up isn't working. Cell size is set to 2.0 inches.

    Ah, it was the borderless enlargement setting, in the Epson dialog box, under page layout settings. Was on max, moved it to min and it worked like a charm.

  • Global Variant in BexAnalyzer

    Hi,
       I have created one variant for a workbook. But its available only for the user who has created this, just  like a local variant. Now if I login through another userid and password I am not able to see that variant.
    Is there any way to create a Global Variant, So that all the users can use that.

    Hi Anjali,
    If the u2018Save As User Variantu2019 is checked, the variant can be displayed only by the user who created it.  If it is unchecked, the variant is saved as a global variant and is available to all users who use the query.

  • Layout Variants - global defaults

    Is there a way for users to be able to setup a global layout variant, save it as their personal default and not affect anyone elseu2019s default global layout variant?
    In other words, say a manager wants to set up a layout variant for all of their subordinates; the manager sets up a global layout variant, the subordinates display and save that global layout variant as their personal default layout variant (without first saving it as a user-specific variant). It then becomes their personal default layout variant without changing the default global layout variant across the system.
    Thanks.

    Sorry my earlier solution won't work(I did't test).
    I think there is no straight option for doing this.but i'm sure some work around this would achieve our purpose.
    See,in this way you may need to create two exact same layouts for each user.One layout should be set as user-specific and  default both.
    And other one should not be set neither user-specific nor default just simply save and this one will be available for all other users.
    so this kind of work around and maintaining two exact layouts per user would solve our problem surely.

  • Usage of Single Markable cell - Cell Variants.

    Hi,
    Using Cell Variant SingleMarkable Cell, is it possible to set different colours for cell's in a single column ..
    If its possible , could someone elobarate on how it works ? And provide info on attributeToMark and attribute pointer..?
    Thanks and Regards
    Bharathwaj

    Hi Bharathwaj,
    if you want to set different colors, just use the cell variant TableStandardCell.
    You can find documentation here:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ed/785a42793d1653e10000000a155106/frameset.htm
    In this case it's described for a TableSingleMarkableCell, but it works in the same way for a TableStandardCell.
    Hope this helps
    Kind Regards
    Stefanie

  • Any way of repeatedly merging cells down a column?

    I want to merge blocks of 4 cells at a time (to create bigger blocks). I tried copying format, but that didn't work. As far as I can tell, if you want to repeatedly merge cells (I have a column with about a thousand cells, I want to manipulate it so there is 250 cells), there is not way you can do this (fill down etc doesn't work for formats like this).
    Am I missing something?

    I can't guess why you would want to do this, so my suggestion by not fit your need. I would consider adding a Table with only 1 column and 250 rows which can very quickly be sized as you wish. Place it adjacent to column of 1000 rows table. Select the new table by clicking on the table name in the Sheets pane to reveal the corner and side open-box handles. Position the new table to align the top border, then grab the bottom handle and stretch the table until it bottom-aligns with your longer table.
    It would also be possible to use the Table Inspector to set the row height exactly, to something like 2".
    In the end you will have:
    Jerry

  • BI Reporting: LO & FI environment differences? Role of Fiscal Year Variant

    Hi,
    I will soon be on a project as a Reporting BI Consultant in the Finance environment. A first, but I have worked as a SAP BI Reporting person in SD environment in the past.
    1. What should I expect to be different reporting for FI compared to LO?
    2. In particular, I have some questions about fiscal year variant after reviewing the many documents on this site.
    Let's say k4 is the fiscal year variant and my understanding is that it can be a calenda dependant fiscal year variant, meaning that postings on R3/ECC are stored by months from Jan to Dec[ Is this a true statement about the storage of data? ]
    i.   Now, if this is the case,about data storage, then how is k4 used in reports?
    ii.  If k4 is stored in months then what if the data is needed per weeks, or per days on reports?
    iii. On the same report can there also be another fiscal year variant k5? Any real life examples to clarify it?
    3. What are the challenges I should expect in reporting for finance i.e. as an SAP BI Reporting Consultant?
    Thanks

    A. Aging like how many days Account Receivable been outstanding.. report like 0 - 30Days, 31 - 60Days and 61 - 90Days and so on.
    B. Everything like fisc* depends on variant and everyting 0cal* depends on normal calendar. A record can't have more than one fiscal variant. Like I mentioned to you, a company code may use one of the variants they are allowed to use and everything is based on that. I am not sure I answered your querstion.
    C. Let's assume 05/30/2011 is the calendar day and K1 variant is Jan - Dec, so the 0fiscper = 005/2011 0fiscyear = 2011 and 0fiscper3 = 05 and if the variant is K2 which is July - June then 0fiscper = 011/2011 and 0fiscyear = 2011 and 0fiscper3 = 11. in your report you have to give users variant selection as mandatory variable to get appropriate result.
    2i. like I mentioned above, based on the variant selection, the report displays the correct value.
    2ii. Just like any other data aggregation, if you data is stored by period and they want to drilldown by week, then you need to store your data at detail level. That is why aggregation is very important.
    2iii. Like is is explained above, a company can use only one variant, if you want to get data for Z1 countries, then in the variable selection they pass K1 and likewise for K2. The challenge here is if you want to display both K1 and K2, this is real challeng for global reporting. In this case you have to convert the K2 to K1 in transformation so that you can use one variant for both countries. That way both K1 and K2 coutries for the same fiscal variant will be displayed.
    thanks.
    Wond

Maybe you are looking for