G
Guest
I have these excel sheets that need to look to each other and match job number, then, compare values from one to the other and show a True or False
The main "GeneralLog" page has Job numbers in column B11:B61. Here the job number are unique. One the other sheet "Item_Issues" a job umber can repeat many times depending on the number of issues associated with that job number. Now, on the "GeneralLog" each job number has a duration time value associated with it. However, on the "Item_issues" sheet the issues also take up a time value to resolve issues.
What I need to do is, compare the time values per record on the "Items_Issues" sheet related to each job on the "GeneralLog" sheet to verify that the time values per record on the "Items_Issues" sheet per record does not exceed the time value for that particular job number on the "GeneralLog" sheet.. If it does exceed it, show "True", if it does not show "False
Hope this is clear, if further information is needed I'll post more
Thanks,.....
The main "GeneralLog" page has Job numbers in column B11:B61. Here the job number are unique. One the other sheet "Item_Issues" a job umber can repeat many times depending on the number of issues associated with that job number. Now, on the "GeneralLog" each job number has a duration time value associated with it. However, on the "Item_issues" sheet the issues also take up a time value to resolve issues.
What I need to do is, compare the time values per record on the "Items_Issues" sheet related to each job on the "GeneralLog" sheet to verify that the time values per record on the "Items_Issues" sheet per record does not exceed the time value for that particular job number on the "GeneralLog" sheet.. If it does exceed it, show "True", if it does not show "False
Hope this is clear, if further information is needed I'll post more
Thanks,.....