+ Reply to Thread
Results 1 to 6 of 6

Skip false rows in If function

  1. #1
    Registered User
    Join Date
    08-10-2013
    Location
    A place
    MS-Off Ver
    Excel 2010
    Posts
    3

    Skip false rows in If function

    Hi Everyone,

    I have an issue that I can't seem to work around that I was hoping you all could help me out with if possible. Here's the situation...

    I have a spreadsheet with month tabs and a summary tab. What my user wants is to have the summary sheet pull data from the month sheets into a concise, easy to read format. They want it sorted by "month" and a column called "funnel". They want the formula to pull data from the "title" column and fit it into the appropriate "funnel" on the summary sheet. I have attached a copy of the spreadsheet as an example. I also did a manual copy and paste on a few to show what I'm talking about. They would like this to be automated if possible. I've been stumped as to how to make this happen. I want the formula to be able to skip rows that don't match the appropriate "funnel" for the summary sheet. It's too complicated for my current excel skill level.

    Any ideas?

    Thanks a lot in advance.

    Editorial%20Calendar%20June-December%202013.xlsx

  2. #2
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Skip false rows in If function

    With some tweaks to your workbook:calendar.xlsx
    Please fallow this logic for other months
    If you are http://www.excelforum.com/image.php?type=sigpic&userid=125481&dateline=1392355029happy with the results, please add to the contributor's
    reputation by clicking the reputation icon (star icon).




    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.
    To undo, select Thread Tools-> Mark thread as Unsolved.
    http://www.excelaris.co.uk

  3. #3
    Registered User
    Join Date
    08-10-2013
    Location
    A place
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Skip false rows in If function

    Hi Robert,

    Thanks a lot for the response. The formula does work well so I'm excited to see that. The only thing is when I try to extend the formula to include the blank cells below row 29 (so the user has space to enter new data to her month tabs and it populate on the summary tab) it breaks the formula. Do the {} brackets have anything to do with it?

    calendar.xlsx

    Any thoughts?

    Thanks again.

  4. #4
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Skip false rows in If function

    =IFERROR(INDEX(July!$G$4:$G$1000,SMALL(IF(July!$C$4:$C$1000=$B2,ROW(July!$C$4:$C$1000)-ROW(July!$C$4)+1),A2)),"")
    In C2
    Yes th {} a most important part of the formula.
    As this is CSE formula(or array) you have to confirm it with Control+Shift+Enter not Enter ony - otherwise will not work.
    You will not see thise brackets straight( not try to add them yoursels) - they will show after you press the CSE combination.

  5. #5
    Registered User
    Join Date
    08-10-2013
    Location
    A place
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Skip false rows in If function

    Thanks a lot! This works great now and I learned something new in the process. Will mark this as solved and click the star icon for a job well done.

  6. #6
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Skip false rows in If function

    Quote Originally Posted by stevot38 View Post
    Thanks a lot! This works great now and I learned something new in the process. Will mark this as solved and click the star icon for a job well done.
    Glad it works.Thanks for feedback

+ 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. [SOLVED] If statement is false skip to next row
    By jmack549 in forum Excel General
    Replies: 13
    Last Post: 04-16-2015, 07:32 AM
  2. Skip False Statement in If And Function
    By peterpan1279 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-05-2013, 09:31 PM
  3. [SOLVED] How do I Skip a Row if the Value is False
    By coconnor in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-28-2012, 10:26 AM
  4. OFFSET Function to Skip Rows
    By wvualum in forum Excel General
    Replies: 3
    Last Post: 06-20-2012, 01:08 PM
  5. [SOLVED] If false skip to next
    By irresistible007 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-17-2005, 07:10 AM

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