+ Reply to Thread
Results 1 to 22 of 22

Logical test

Hybrid View

WTB Logical test 02-05-2010, 10:53 AM
darkyam Re: Yet another Logical test... 02-05-2010, 10:56 AM
WTB Re: Yet another Logical test... 02-05-2010, 11:06 AM
DonkeyOte Re: Logical test 02-05-2010, 11:07 AM
WTB Re: Logical test 02-05-2010, 11:13 AM
darkyam Re: Logical test 02-05-2010, 11:18 AM
WTB Re: Logical test 02-05-2010, 11:18 AM
darkyam Re: Logical test 02-05-2010, 11:20 AM
DonkeyOte Re: Logical test 02-05-2010, 11:26 AM
WTB Re: Logical test 02-05-2010, 11:24 AM
darkyam Re: Logical test 02-05-2010, 11:27 AM
darkyam Re: Logical test 02-05-2010, 11:29 AM
WTB Re: Logical test 02-05-2010, 11:31 AM
DonkeyOte Re: Logical test 02-05-2010, 11:32 AM
WTB Re: Logical test 02-05-2010, 11:41 AM
DonkeyOte Re: Logical test 02-05-2010, 11:45 AM
WTB Re: Logical test 02-05-2010, 11:54 AM
WTB Re: Logical test 02-08-2010, 06:44 AM
DonkeyOte Re: Logical test 02-08-2010, 07:05 AM
WTB Re: Logical test 02-08-2010, 07:25 AM
DonkeyOte Re: Logical test 02-08-2010, 07:35 AM
WTB Re: Logical test 02-08-2010, 07:45 AM
  1. #1
    Registered User
    Join Date
    11-10-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    33

    Re: Logical test

    Thanks DO, the prediction of how many times it will be sent/received was just wishful thinking!

    Ok so if i were to put a column in titled "No. sent/received", with simply a number 1-4 how could i link that in to the equation so it shows if its complete or not? Thanks

    WTB

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Logical test

    Well, if you can assume that the number of sent/received won't exceed the number you stipulate then the calculation is in reality simpler.

    Let's assume the 1-4 value is entered into Col J.

    Based on your file (J3:J8):

    4
    3
    3
    2
    3
    2

    Then

    K3: =IF(COUNT(C3,E3,G3,I3)<J3,"Incomplete","Complete")
    copied down

    would result in (K3:K8)

    Complete
    Complete
    Incomplete
    Incomplete
    Incomplete
    Incomplete

+ 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