+ Reply to Thread
Results 1 to 4 of 4

How can I implement this flexible If/And concept?

  1. #1
    Registered User
    Join Date
    07-30-2010
    Location
    Oregon
    MS-Off Ver
    Excel 2007
    Posts
    44

    How can I implement this flexible If/And concept?

    I am creating a tool to show seasonality for the twelve months. On the LookUp tab I have it set up so that it reflects the correct numbers for the month depending on the value determined in Revenue!C1 and the Lead Season. Cell B4 allows users to pick from a drop down munue the first month, when they do this, it is automatically dragged out for the remaining 11 months.

    I need the numbers in Revenue!B5:M5 to correctly display the appropriate number from the table on the LookUp tab. I have created a formula in cell B5 that shows how it should respond if June and Fall are selected by the user.

    Unforunately, the question I have is that I have no idea how to get this number to adjust correctly when the user changes the Lead Season variable and the Starting Month (makes changes in cell B2 and B4)

    Any help would be greatly appreciated.
    Last edited by rrbest; 11-06-2010 at 02:56 PM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: How can I implement this flexible If/And concept?

    Put this formula in B5 and copy to the right:

    =INDEX(LookUp!$B$3:$E$14, MATCH(B$4, Months, 0), MATCH($B$2, Seasons, 0))
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: How can I implement this flexible If/And concept?

    BTW, maybe avoid using function names as tab names.

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: How can I implement this flexible If/And concept?

    Thanks for the feedback, rrbest.

    If that takes care of your need, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

+ Reply to Thread

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