+ Reply to Thread
Results 1 to 3 of 3

differences in cell values

  1. #1
    Forum Contributor
    Join Date
    03-23-2010
    Location
    england
    MS-Off Ver
    Excel 2007
    Posts
    153

    differences in cell values

    hi guys

    right here is what i really need to do

    what ever is in cell c19 i need it to work out how much is over the 1000

    so if cell c19 has 7244 in cell i19 it will return the answer 244
    however if in cell c19 it has 9976 it will return the answer 976
    so basically in a nutshell it will be displaying the last 3 numbers

    this is probably very simple but i cant work it out

  2. #2
    Valued Forum Contributor
    Join Date
    07-17-2005
    Location
    Abergavenny, Wales, UK
    MS-Off Ver
    XL2003, XL2007, XL2010, XL2013, XL2016
    Posts
    608

    Re: differences in cell values

    Hi

    Try
    =MOD(A1,1000)
    --
    Regards
    Roger Govier
    Microsoft Excel MVP

  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: differences in cell values

    Maybe

    =IF(LEN(A1)>=4,RIGHT(A1,3),A1)
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

+ 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