+ Reply to Thread
Results 1 to 3 of 3

find the largest value in column, put in a cell

Hybrid View

  1. #1
    JcR
    Guest

    find the largest value in column, put in a cell

    If value in cell a1 = 1 through 149, display "0" in a2
    If vallue in cell a1 = 150 or greater, display actual value of a1, in cell a2

  2. #2
    Paul Lautman
    Guest

    Re: find the largest value in column, put in a cell

    JcR wrote:
    > If value in cell a1 = 1 through 149, display "0" in a2
    > If vallue in cell a1 = 150 or greater, display actual value of a1, in
    > cell a2

    In A2:
    =IF(A1<150,0,A1)



  3. #3
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,523
    Quote Originally Posted by JcR
    If value in cell a1 = 1 through 149, display "0" in a2
    If vallue in cell a1 = 150 or greater, display actual value of a1, in cell a2
    Whoops!!,
    Might have the wrong question here,
    I will answer your Title question,

    =MAX(A2:A8)

    this will give you the max number in the range A2:A8

+ 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