+ Reply to Thread
Results 1 to 10 of 10

Designated Amountsa

  1. #1
    Registered User
    Join Date
    08-01-2019
    Location
    Toronto
    MS-Off Ver
    10
    Posts
    4

    Designated Amountsa

    Hello, I am trying to figure out how I can place a number in Cell A1 and then in Cell A2 a designated number appears.

    Example...

    (Cell A1) I place the number 10 and in (Cell A2) the number 450 will appear.

    I want to do this for 10 numbers.


    Thanks for your help in advance..

    Kory

  2. #2
    Registered User
    Join Date
    08-24-2014
    Location
    Swansea
    MS-Off Ver
    Office 365
    Posts
    99

    Re: Designated Amountsa

    Hi Kory,
    you need to specify how the numbers relate, you can use an IF statement to place in A2, "=if(A1=10,450,"")" this only deals with one number if you have many numbers then you would use 'IFS', "=ifs(A1=10,450,A1=11,451,A1=12,452) you can repeat this for how many sets of numbers you have....
    Without knowing your requirements more this would be my advice.

    Thanks

    Leigh

  3. #3
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Designated Amountsa

    Hello and welcome to the forum.

    You can also build a lookup table with the entry number in one column and the "designated number" in another column.

    Then use a VLOOKUP formula in cell A2 to look for A1 in the first column and return the matching value in the second column.

  4. #4
    Registered User
    Join Date
    08-01-2019
    Location
    Toronto
    MS-Off Ver
    10
    Posts
    4

    Re: Designated Amountsa

    Thanks.. it says #NAME? when I tried the =ifs(A1=10,450,A1=11,451,A1=12,452)

    What does this mean?

  5. #5
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Designated Amountsa

    The IFS function is only available with an Office 365 subscription.

    You would have to use nested IF functions if you want to go that route.

    Since there are 10 numbers, I would personally use a lookup table instead.

  6. #6
    Registered User
    Join Date
    08-01-2019
    Location
    Toronto
    MS-Off Ver
    10
    Posts
    4

    Re: Designated Amountsa

    What about a drop down menu in A1 that will put the designated number in A2?

    Do I need a subscription for that also?

    Thanks

  7. #7
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Designated Amountsa

    You can do that with data validation in A1 and a formula in A2.

    You only need a subscription to use certain functions (none of which are "needed" in my opinion).

    If it's a drop down in A1, only values that are available could be selected, so you could use something like this in A2:

    =LOOKUP(A1,{10,11,12},{450,451,452})

  8. #8
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,418

    Re: Designated Amountsa

    So far, the three examples could also be represented by the linear equation 440+A1.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  9. #9
    Registered User
    Join Date
    08-01-2019
    Location
    Toronto
    MS-Off Ver
    10
    Posts
    4

    Talking Re: Designated Amounts

    Worked Great thanks everyone...

  10. #10
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Designated Amountsa

    Happy to help.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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. shell to search for a designated term in a designated folder
    By drech in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-27-2016, 01:33 PM
  2. [SOLVED] Count designated cells
    By Biff in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 07:05 PM
  3. Count designated cells
    By VB in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 06:05 PM
  4. [SOLVED] Count designated cells
    By VB in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 PM
  5. [SOLVED] Count designated cells
    By VB in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  6. Count designated cells
    By VB in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM
  7. Count designated cells
    By VB in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-02-2005, 10:05 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