+ Reply to Thread
Results 1 to 6 of 6

Help with Multiple Function in One Cell! ??

  1. #1
    Registered User
    Join Date
    09-11-2016
    Location
    Australia
    MS-Off Ver
    Microsoft 365
    Posts
    89

    Help with Multiple Function in One Cell! ??

    Hi everyone,

    Can anyone assist?

    I have a spreadsheet where column A lists the months of the year, Column B lists quantities for that month. Column C is blank and Column D, Has a dropdown box of a list of the months (data validation).

    I have worked out the calculation/formula for Column C to return the value of quantity against a month, if that month is selected on dropdown. So =IF(F1=A1,B1)



    But I want to have that same formula in this cell to occur for every month not just the one. So that no matter what month I select fro mthe drop down, it will return the value next to the corresponding month. Is this possible?

  2. #2
    Registered User
    Join Date
    09-11-2016
    Location
    Australia
    MS-Off Ver
    Microsoft 365
    Posts
    89

    Re: Help with Multiple Function in One Cell! ??

    Formula.JPG

    Here is an image to assist with my query

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Help with Multiple Function in One Cell! ??

    One way:

    A
    B
    C
    D
    E
    F
    1
    Month
    Qty
    Month
    Qty
    2
    January
    19
    March
    18
    E2: =VLOOKUP(D2, A2:B13, 2, 0)
    3
    February
    13
    4
    March
    18
    5
    April
    48
    6
    May
    35
    7
    June
    16
    8
    July
    45
    9
    August
    49
    10
    September
    26
    11
    October
    43
    12
    November
    33
    13
    December
    13
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,914

    Re: Help with Multiple Function in One Cell! ??

    Try ...

    =VLOOKUP(F1,A1:B20,2,0)

  5. #5
    Registered User
    Join Date
    09-11-2016
    Location
    Australia
    MS-Off Ver
    Microsoft 365
    Posts
    89

    Talking Re: Help with Multiple Function in One Cell! ??

    Thanks so much everyone! Worked perfectly!

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Help with Multiple Function in One Cell! ??

    You're welcome.

+ 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. Multiple function check in one cell
    By kane4355 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 05-31-2013, 01:41 PM
  2. Multiple =If(and(.....)) function in one cell
    By Emex in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-15-2013, 12:56 PM
  3. Multiple values per cell using SUM function?
    By alarazr in forum Excel General
    Replies: 3
    Last Post: 06-12-2012, 05:24 AM
  4. multiple formulas in one cell and VLookup function
    By lrw333 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-01-2011, 03:33 PM
  5. VBA function to change multiple cell values?
    By Econdoc1 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-23-2010, 03:13 AM
  6. Multiple cell reference IF function
    By Colinhp in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-21-2006, 04:15 PM
  7. Multiple Cell Function
    By [email protected] in forum Excel General
    Replies: 2
    Last Post: 01-09-2006, 06:20 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