+ Reply to Thread
Results 1 to 2 of 2

Trying to make the result of an "IF" formula appear in a different cell

Hybrid View

  1. #1
    Registered User
    Join Date
    04-02-2014
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Trying to make the result of an "IF" formula appear in a different cell

    Learning this as I go. I'm trying to make the result of my IF formula appear in a different cell than the one the formula is in. I'm trying to pick a Company name from a Combo Box and when I do, I want the Address of that company to appear in a form (Excel spreadsheet) I've created. I can do it with nested IFs in Excel 2013, but I'm using 2003 and it doesn't allow for more than 7 nested IFs. Here's what I want to do. Cell A1: (any number 1-10); Cell B1: Text; Cell C1: IF A1=(any number 1-10), put B1 into B2. Is this even possible?
    Thanks for any help you can give.
    Last edited by Marlow212; 04-02-2014 at 02:46 PM.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Trying to make the result of an "IF" formula appear in a different cell

    Maybe..

    In B2

    =IF(AND(A1>=1,A1<=10),B1,"")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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. Replies: 0
    Last Post: 01-10-2014, 04:45 PM
  2. Replies: 5
    Last Post: 10-12-2010, 06:46 AM
  3. Replies: 2
    Last Post: 11-16-2009, 07:49 AM
  4. [SOLVED] If changed array formula reduce ""\""\""\ - signs to #Missing, will it make ...
    By Maria J-son in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-05-2006, 08:25 AM
  5. Replies: 6
    Last Post: 01-08-2006, 06:20 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