Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default Urgent - How to using formula to compare 2 worksheets

Hi all,

I have 2 worksheets to compare as follows:-

sheet 1 with 6 courses to be completed by learners (these are a compulsory
courses)

course 1
course 2
course 3
course 4
course 5
course 6

In worksheet 2
I have hundred learners who have completed some course from the above

Learner A has comepleted
course 1
course 3
course 5

Learner B has completed
Course 2
course 3
course 5
coursse 6

Learner C has completed all course
course 1
Course 2
course 3
course 4
course 5
course 6


How to set a formula to know who dose not completed the courses for a
hundred over learners


Thank you in advanced.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Urgent - How to using formula to compare 2 worksheets

Can you be more specific on the structure of your sheets: content of columns
and rows!
Stefi


€˛Calculate Date range€¯ ezt Ć*rta:

Hi all,

I have 2 worksheets to compare as follows:-

sheet 1 with 6 courses to be completed by learners (these are a compulsory
courses)

course 1
course 2
course 3
course 4
course 5
course 6

In worksheet 2
I have hundred learners who have completed some course from the above

Learner A has comepleted
course 1
course 3
course 5

Learner B has completed
Course 2
course 3
course 5
coursse 6

Learner C has completed all course
course 1
Course 2
course 3
course 4
course 5
course 6


How to set a formula to know who dose not completed the courses for a
hundred over learners


Thank you in advanced.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default Urgent - How to using formula to compare 2 worksheets

Hi Stefi,
The information are in rows.

"Stefi" wrote:

Can you be more specific on the structure of your sheets: content of columns
and rows!
Stefi


€˛Calculate Date range€¯ ezt Ć*rta:

Hi all,

I have 2 worksheets to compare as follows:-

sheet 1 with 6 courses to be completed by learners (these are a compulsory
courses)

course 1
course 2
course 3
course 4
course 5
course 6

In worksheet 2
I have hundred learners who have completed some course from the above

Learner A has comepleted
course 1
course 3
course 5

Learner B has completed
Course 2
course 3
course 5
coursse 6

Learner C has completed all course
course 1
Course 2
course 3
course 4
course 5
course 6


How to set a formula to know who dose not completed the courses for a
hundred over learners


Thank you in advanced.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Urgent - How to using formula to compare 2 worksheets

Suppose column A contains Learners' entries in sheet2 (starting in A1),
separated by an empty row, then install this function in a normal module:

Function splitlearner(learnerrow)
splitlearner = Range("A" & learnerrow & ":A65536").Find(What:="",
After:=Range("A" & learnerrow), LookIn:=xlFormulas, LookAt _
:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext,
MatchCase:= _
False, SearchFormat:=False).Row
End Function

Insert this formula in sheet2, cell B1:
=IF(AND(NOT(ISBLANK(A1)),LEFT(A1,6)<"course"),IF( splitlearner(ROW())-ROW()-1<6,"Not completed!",""),"")

Drag it down until the last row containing data!


Regards,
Stefi

€˛Calculate Date range€¯ ezt Ć*rta:

Hi Stefi,
The information are in rows.

"Stefi" wrote:

Can you be more specific on the structure of your sheets: content of columns
and rows!
Stefi


€˛Calculate Date range€¯ ezt Ć*rta:

Hi all,

I have 2 worksheets to compare as follows:-

sheet 1 with 6 courses to be completed by learners (these are a compulsory
courses)

course 1
course 2
course 3
course 4
course 5
course 6

In worksheet 2
I have hundred learners who have completed some course from the above

Learner A has comepleted
course 1
course 3
course 5

Learner B has completed
Course 2
course 3
course 5
coursse 6

Learner C has completed all course
course 1
Course 2
course 3
course 4
course 5
course 6


How to set a formula to know who dose not completed the courses for a
hundred over learners


Thank you in advanced.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
formula adding cells in worksheets when # of sheets in work book changes klatimer Excel Discussion (Misc queries) 0 December 14th 05 05:53 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
use central formula on many worksheets, central affect allsheets MidNiteRaver Excel Worksheet Functions 0 July 25th 05 06:08 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 1 June 3rd 05 07:47 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 1 June 3rd 05 04:36 AM


All times are GMT +1. The time now is 08:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"