+ Reply to Thread
Results 1 to 2 of 2

look for value in columns

  1. #1
    Forum Contributor
    Join Date
    01-17-2011
    Location
    amsterdam, Netherlands
    MS-Off Ver
    Excel 2007
    Posts
    189

    look for value in columns

    Dear sir/madam,

    I have a short question.

    If there is a number in cell G4, note in cell b4 a 0 if the following number in collumn G is higher then a 1. If the following number is a 1 note a 1

    I attached a excel file. In collumn D you can check if the answers are right
    Attached Files Attached Files
    Last edited by keis386; 08-19-2011 at 03:20 AM.

  2. #2
    Forum Contributor
    Join Date
    08-04-2011
    Location
    Tampa, FL
    MS-Off Ver
    Excel 2007
    Posts
    109

    Re: look for value in columns

    Enter in B3:
    =IF(G3="","",IF(G3=1,1,IF(G3>1,0)))

+ 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