+ Reply to Thread
Results 1 to 3 of 3

Help with IF function

  1. #1
    Registered User
    Join Date
    06-07-2006
    Posts
    4

    Help with IF function

    Hello Everybody

    I am trying to use the IF command in order to show a certain cell if it has got a certain value. I want these values to be shown in a an other sheet in the workbook but i always get some blank lines.
    The command i am using is:
    =IF('sheet1'!H4="non conformance";'General'!D4;"")

    I know that the "" i am using gives the blanc space. But is there a way that i can avoid that and the answers are placed without the gaps?

    Kind Regards

  2. #2
    Forum Contributor
    Join Date
    05-14-2006
    Posts
    104

    try

    using the INSERT > FUNCTION formula way that way the formula cannot be written wrong also i see you have ; specified in your formula try ,

  3. #3
    Forum Contributor
    Join Date
    05-14-2006
    Posts
    104

    try using vlookup

    insert this code

    =vlookup('sheet1'!H4="non conformance",'General'!D4:D100,1,false)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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