+ Reply to Thread
Results 1 to 4 of 4

=IF(G2=H2,"Match","Review") Need to modify to compensate for empy cells

  1. #1
    Registered User
    Join Date
    10-29-2012
    Location
    new york
    MS-Off Ver
    Excel 2007
    Posts
    3

    Exclamation =IF(G2=H2,"Match","Review") Need to modify to compensate for empy cells

    Example.xlsHello,

    So far I have this formula: =IF(G2=H2,"Match","Review") which is located in column I.

    Whether or not there are values in G and H, it will say Match or Review. In my excel sheet I have data on every other row. The formula needs to be modified so that if there is no numerical data in column G and H, then neither match nor review will map in.

    I've attached an example of my worksheet. In row 2, in columns G and H they contain no numerical value and "Match" still appears.


    Thanks,

    Rick
    Last edited by Aeroice; 10-29-2012 at 04:54 PM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,603

    Re: Need Help Modifying Formular

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.


  3. #3
    Valued Forum Contributor
    Join Date
    09-10-2012
    Location
    Los Angeles, CA
    MS-Off Ver
    Excel 2010
    Posts
    929

    Re: =IF(G2=H2,"Match","Review") Need to modify to compensate for empy cells

    Try this...

    =IF(OR(G2="",H2=""),"",IF(G2=H2,"Match","Review"))

  4. #4
    Registered User
    Join Date
    10-29-2012
    Location
    new york
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: =IF(G2=H2,"Match","Review") Need to modify to compensate for empy cells

    That was exactly what i was looking for. Thank you very much.

+ 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