+ Reply to Thread
Results 1 to 2 of 2

Divide column A/2.2046 if column B and C is not equal

  1. #1
    Registered User
    Join Date
    09-20-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    1

    Divide column A/2.2046 if column B and C is not equal

    column A column B Column D Column E

    2000 LB KG 2000/2.2046
    3000 KG KG 3000


    Divide column A/2.2046 if column B and C is not equal, else equal to column A

    What formula i can use to achieve above scenario?

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,422

    Re: Divide column A/2.2046 if column B and C is not equal

    =IF(B2<>C2,A2/2.2046,A2)


    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


+ 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