+ Reply to Thread
Results 1 to 3 of 3

Infinite IF function?

  1. #1
    Registered User
    Join Date
    11-18-2009
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    8

    Infinite IF function?

    Hi

    I'm trying to use IF and AND functions to create a basic input-output system. The problem I have (more details below) is the 64 limit when the potential inputs could be infinite. I'm almost certain I'm using the wrong function to solve the problem, so any advice would be really appreciated.

    Problem;

    For values entered into a cell between 1 and 10, this should produce an output of 0.00 in another
    A value higher than 10 should output as 1.00, and from then an extra 1.00 is added for every '10' added.
    There is no limit on the input

    ie 1 = 0.00, 11 = 1.00, 29 = 2.00 and so on.

    I apologise if it's not too clear, thanks a lot
    Last edited by atarikick; 11-18-2009 at 12:20 PM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Infinite IF function?

    So perhaps you mean ?

    B1:
    =INT((A1-1)/10)

    where A1 is value.

    Note above assumes whole numbers.

  3. #3
    Registered User
    Join Date
    11-18-2009
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Infinite IF function?

    Looks like I do, I thought I was making it far too complicated by going the IF route

    Thankyou 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