+ Reply to Thread
Results 1 to 3 of 3

Lookup column

  1. #1
    Registered User
    Join Date
    08-27-2009
    Location
    maine
    MS-Off Ver
    Excel 2003
    Posts
    25

    Lookup column

    Is there a way to return the value of the cell in column H based on the value in column M, e.g., if value in col M. is greater than 1% or less than -1%, then return the value in column H; otherwise, return a blank cell.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Lookup column

    Try this for row 2

    =IF(ABS(M2)>1%,H2,"")
    Audere est facere

  3. #3
    Registered User
    Join Date
    08-27-2009
    Location
    maine
    MS-Off Ver
    Excel 2003
    Posts
    25

    Re: Lookup column

    Quote Originally Posted by daddylonglegs View Post
    Try this for row 2

    =IF(ABS(M2)>1%,H2,"")
    This worked very well, thank, CMA

+ 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