+ Reply to Thread
Results 1 to 3 of 3

IF formula for inserting certain values

  1. #1
    Registered User
    Join Date
    02-12-2016
    Location
    Zurich, Switzerland
    MS-Off Ver
    MS Office 2013
    Posts
    94

    IF formula for inserting certain values

    Hi everybody,

    I'm trying to use the IF formula in Excel the right way.

    So I have column G where I have certain numbers, e.g. 1111

    In Column H I have some other value.

    How can I use the IF formula, or any other formula that works for that matter, so that if he finds the number in column G22 he copies the value from H22 into the field where I write the formula into?

    I thought of:

    Please Login or Register  to view this content.
    In that case he should give me the number in the cell of column H that is right next to the cell in column G that has the number 101976.

    But somehow that doesn't work.

    Many thanks for your help.

  2. #2
    Valued Forum Contributor tony h's Avatar
    Join Date
    03-14-2005
    Location
    England: London and Lincolnshire
    Posts
    1,187

    Re: IF formula for inserting certain values

    I think you just need the VLOOKUP function.

    What happens if there is no match? You might need an IF to handle that occasion.


    click on the * Add Reputation if this was useful or entertaining.

  3. #3
    Valued Forum Contributor
    Join Date
    02-07-2013
    Location
    Philippines
    MS-Off Ver
    Excel Online; 365
    Posts
    610

    Re: IF formula for inserting certain values

    You can always use VLOOKUP or try this:

    =IFERROR(INDEX(H:H,MATCH(109176,G:G,0)),"")
    Last edited by bhenlee; 03-24-2016 at 05:35 PM.
    If I've helped U pls click on d *Add Reputation

+ 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. [SOLVED] Inserting blank values in
    By dhbyrne in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-24-2013, 08:59 AM
  2. Replies: 0
    Last Post: 02-05-2013, 11:21 AM
  3. Inserting all row labels - even when no values?
    By Lorna B in forum Excel General
    Replies: 4
    Last Post: 03-08-2012, 10:48 AM
  4. Inserting values from other worksheets
    By cdaone in forum Excel General
    Replies: 4
    Last Post: 09-09-2010, 10:27 AM
  5. automatic inserting the values
    By stremetzky in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-17-2008, 02:56 AM
  6. inserting values to columns
    By joseph012 in forum Excel - New Users/Basics
    Replies: 8
    Last Post: 06-29-2007, 03:21 PM
  7. Inserting a cell changes my formula values
    By shallina in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-18-2006, 12:42 PM
  8. Inserting values in MsgBox
    By excelnut1954 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-10-2006, 09:30 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