+ Reply to Thread
Results 1 to 2 of 2

insert the value of a cell in a colum that is bigger of an preestablished value

Hybrid View

  1. #1
    Registered User
    Join Date
    08-01-2006
    Posts
    1

    insert the value of a cell in a colum that is bigger of an preestablished value

    I mean If I have this column
    12
    23
    34
    45
    56
    76
    98

    and an specific cell value is 50, I'd like to compare these value with the values of all the column and choose the next one, in these case it would be 56,
    If the value of that cell were 15 then I'd like to introduce 23 in another specific cell, how can I do that?
    thanks

  2. #2
    Die_Another_Day
    Guest

    Re: insert the value of a cell in a colum that is bigger of an preestablished value

    =INDIRECT("A"&MATCH(50,A1:A7,1)+1)

    HTH

    Die_Another_Day
    mogly69 wrote:
    > I mean If I have this column
    > 12
    > 23
    > 34
    > 45
    > 56
    > 76
    > 98
    >
    > and an specific cell value is 50, I'd like to compare these value with
    > the values of all the column and choose the next one, in these case it
    > would be 56,
    > If the value of that cell were 15 then I'd like to introduce 23 in
    > another specific cell, how can I do that?
    > thanks
    >
    >
    > --
    > mogly69
    > ------------------------------------------------------------------------
    > mogly69's Profile: http://www.excelforum.com/member.php...o&userid=37000
    > View this thread: http://www.excelforum.com/showthread...hreadid=567225



+ 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