+ Reply to Thread
Results 1 to 4 of 4

Column to check the difference

Hybrid View

Rajraj Column to check the difference 09-02-2013, 08:57 PM
alansidman Re: Column to check the... 09-02-2013, 09:44 PM
Rajraj Re: Column to check the... 09-02-2013, 10:50 PM
alansidman Re: Column to check the... 09-02-2013, 11:11 PM
  1. #1
    Registered User
    Join Date
    09-27-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    10

    Column to check the difference

    Check.png

    HI Experts,
    I need some help with an excel formula ,as below. I have a check function column which would see if in column A 2013 -2012 is 0 if it is not 0 then it should say the value is changed and this apples for the whole row means for COL B and Col C.
    So I want an IF condition for Check Column which validates Col A OR Col B OR Col C 2013-2012

    Col A Col B Col C Check
    2013 2012 2013 2012 2013 2012

    Thanks a lot
    Raj
    Last edited by Rajraj; 09-02-2013 at 11:02 PM. Reason: rule violation

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2504 Win 11
    Posts
    24,704

    Re: Column to check the difference

    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    09-27-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Column to check the difference

    Attachment added. Thx

    Quote Originally Posted by alansidman View Post
    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    Attached Files Attached Files

  4. #4
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2504 Win 11
    Posts
    24,704

    Re: Column to check the difference

    Based upon what I see in your spreadsheet, try this formula and copy it down

    =IF(OR(G9<>H9,I9<>J9,K9<>L9),"Changed","")

+ 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] Help for if condition formula result only either hit or miss from mulitple condition
    By breadwinner in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-09-2013, 07:29 AM
  2. open a comment to cell range upon true condition then removing comment on false condition
    By ferrum_equitis in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-08-2012, 12:55 AM
  3. Replies: 6
    Last Post: 05-06-2010, 10:06 PM
  4. Running an if condition looped with another if condition in VBA
    By anuj.agarwal in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-04-2010, 08:12 PM
  5. multi condition format? lookup and date condition valid for.
    By D_Rennie in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-13-2009, 11:37 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