+ Reply to Thread
Results 1 to 4 of 4

Skip formula and some powerpoint

  1. #1
    Registered User
    Join Date
    11-17-2015
    Location
    Nitra, Slovakia
    MS-Off Ver
    O365
    Posts
    69

    Skip formula and some powerpoint

    So what I need to do in excel is that I have values in cell E13 that was before and in E14 after, in E15 is the difference formula "=ABS(E13-E14)" and now I need to set a MAX value in E1 that will find the MAX value in every 3rd cell from E13, e.g. E13, E16, E19, E22 etc. until E610

    if someone could give me the formula to make that and tell me how it works then I could do the rest.

    Second thing is that I added the excel sheet in powerpoint, as a working source, and what I need to set is that e.g. now I have a range of 10 rows and I want to set it that when I reach the 10th row and I want to continue lower so when I scroll to a range of 12-22, thing is whenever I scroll down and leave the window it gets back to 1-10 instead for example 12-22, hope you understand, thanks

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,065

    Re: Skip formula and some powerpoint

    in E1
    =MAX(IF(MOD(ROW(E13:E610),3)=1,E13:E610))
    Array formula, use Ctrl-Shift-Enter
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    11-17-2015
    Location
    Nitra, Slovakia
    MS-Off Ver
    O365
    Posts
    69
    Quote Originally Posted by Special-K View Post
    in E1
    =MAX(IF(MOD(ROW(E13:E610),3)=1,E13:E610))
    Array formula, use Ctrl-Shift-Enter
    thanks! it worked but it somehow doesn't if I want then E14, E17, E20, E23 etc. until E611, in E4. I somehow don't understand how the formula works.. also what is ctrl-shift-enter supposed to do? and still how can I set to show a particular section of an excel in powerpoint without it returning it back? thanks

  4. #4
    Registered User
    Join Date
    11-17-2015
    Location
    Nitra, Slovakia
    MS-Off Ver
    O365
    Posts
    69
    anyone? please?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 6
    Last Post: 08-18-2015, 06:39 AM
  2. Need to change VBA code from creating new PowerPoint to open an existing PowerPoint
    By bmchenry3 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-30-2015, 12:14 AM
  3. Excel/PowerPoint VBA teaser: How to change data labels in PowerPoint chart by VBA?
    By lukelucky in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-12-2015, 11:47 AM
  4. VBA Transfer Range from Excel to Powerpoint (New or Existing Powerpoint Presentation)
    By ThePeoplesClub in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-14-2014, 02:52 PM
  5. PowerPoint interop without showing the PowerPoint application window
    By philippjb0 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-21-2013, 06:36 AM
  6. Replies: 13
    Last Post: 01-11-2013, 04:46 PM
  7. Formula for avg skip, max skip, longest out
    By Jordans121 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-12-2010, 04:56 PM

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