+ Reply to Thread
Results 1 to 2 of 2

Pull data from a cell depending on another cell's value

  1. #1
    Registered User
    Join Date
    03-25-2013
    Location
    Kentucky
    MS-Off Ver
    Excel 2007
    Posts
    43

    Post Pull data from a cell depending on another cell's value

    Hello all. I'm actually not sure if this would be a macro, or maybe just a long If statement. Anyway, here's the deal...

    Cell J3 of my workbook contains a drop-down menu to choose a fiscal year. The choices are FY1, FY2, and FY3.

    1) If FY1 is chosen in J3, then K3 needs to pull the cell value from $F$41, and L3 needs to pull the cell value from $A$62.

    2) If FY2 is chosen in J3, then K3 needs to pull the cell value from $F$64, and L3 needs to pull the cell value from $A$85.

    3) If FY3 is chosen in J3, then K3 needs to pull the cell value from $F$87, and L3 needs to pull the cell value from $A$108.


    If that could be done in just a big If statement in cells K3 and L3, that would be great. Just not sure how it would be done exactly.

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Pull data from a cell depending on another cell's value

    Is this solved?

    If you solve a problem yourself before anyone else has responded, please take a moment to describe your solution, chances are some other member will benefit.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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