+ Reply to Thread
Results 1 to 3 of 3

Construction of embedded If function

  1. #1
    Forum Contributor
    Join Date
    03-25-2011
    Location
    London, England
    MS-Off Ver
    office 2021
    Posts
    317

    Construction of embedded If function

    Hi Guys

    I am trying to construct a function using and if and a vlookup.

    The result of this code
    Please Login or Register  to view this content.
    is Yes. In this case I would like to enter the value in T2. if true then "-".
    This is what I have but it does not work:
    Please Login or Register  to view this content.
    Please can someone tell me where I am wrong.

    Thanks

    Mark

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,729

    Re: Construction of embedded If function

    the vlookup will be returning a value if found or an N/A if not found - so you need to turn that into a true or false
    =IF( ISERROR( VLOOKUP(P2,CatToVatType,4,FALSE)) , " -", T2)
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Contributor
    Join Date
    03-25-2011
    Location
    London, England
    MS-Off Ver
    office 2021
    Posts
    317

    Re: Construction of embedded If function

    Fantastic. I really have so much to learn.Thanks ever so much I had tried all sorts of variations.

+ 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: 1
    Last Post: 02-21-2013, 12:11 PM
  2. Using embedded indirect() function in VLOOKUP
    By ghottu in forum Excel General
    Replies: 2
    Last Post: 06-02-2012, 12:54 PM
  3. Embedded VLOOKUP function within IF function
    By beautyteknorth in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-17-2006, 04:31 AM
  4. Is This Embedded in The COUNTIF() function???
    By dj_money in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-11-2006, 05:00 PM
  5. Is This Embedded in The COUNTIF() function???
    By dj_money in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-11-2006, 03:16 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