+ Reply to Thread
Results 1 to 2 of 2

display contents of column A

  1. #1
    Registered User
    Join Date
    02-27-2007
    Posts
    3

    display contents of column A

    I'm trying to create a formula that displays the text contents of any cell in a range in column A, when and cell in a range in column B contains a certain word ("analyst") and column C contains a number greater than zero.

    Any help with this?

  2. #2
    Forum Expert
    Join Date
    12-10-2006
    Location
    Sydney
    MS-Off Ver
    Office 365
    Posts
    3,565

    Talking

    Hi there,

    Try putting this formula =IF(AND(B1="analyst",C1>0),A1,"") into your destination cell.

    Kind regards,

    Robert

    HTH

+ 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