Hi
I try to compare a column of times(like 02:35:20) which if it is greater than a time in a cell of another worksheet.
example:
sheet 1:
A
02:35:20
00:15:10
17:00:01
sheet 2:
D
13:00:01
like if(a1>(sheet2!d1),....,....)
Thanks
Hi
I try to compare a column of times(like 02:35:20) which if it is greater than a time in a cell of another worksheet.
example:
sheet 1:
A
02:35:20
00:15:10
17:00:01
sheet 2:
D
13:00:01
like if(a1>(sheet2!d1),....,....)
Thanks
Last edited by s_zabihi; 11-30-2011 at 12:31 PM.
Hi and welcome to the board
To best describe or illustrate your problem you would be better off attaching a dummy workbook, the workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook. Don't upload a picture when you have a workbook. None of us is inclined to recreate your data. Upload the workbook and manually add an 'after' situation so that we can see what you expect. In addition clearly explain how you get the results.
To attach a file to your post, you need to be using the main 'New Post' or 'New Thread' page and not 'Quick Reply'.
To use the main 'New Post' page, click the 'Post Reply' button in the relevant thread.
On this page, below the message box, you will find a button labelled 'Manage Attachments'.
Clicking this button will open a new window for uploading attachments.
You can upload an attachment either from your computer or from another URL by using the appropriate box on this page.
Alternatively you can click the Attachment Icon to open this page.
To upload a file from your computer, click the 'Browse' button and locate the file.
To upload a file from another URL, enter the full URL for the file in the second box on this page.
Once you have completed one of the boxes, click 'Upload'.
Once the upload is completed the file name will appear below the input boxes in this window.
You can then close the window to return to the new post screen.
You have to name the cell reference. If it will always be sheet2!d1, then simply name that cell. If it will be d1, d2, etc., have a name based on this formula: =Sheet2!$D1:Index(Sheet2!$D:$D,Match(99^99,Sheet2!$D:$D)). Your formula in conditional formatting would be =A1>Index(RangeName,Match(Rows(A$1:A1))
Life is about perseverance. Remember: today's mighty oak tree is just yesterday's nut that held its ground.
If you like a post, please rate it with the scales icon (top right).
If you feel really indebted, please consider a donation to charity, such as Feed the Children or Habitat for Humanity.
Hey guys
Thank you for your quick answers.
I attached the file.I want to compare the hours in column J in sheetQ7 with hours in column K in sheet"Liste des employes" to find which employer was worked at that time.And finally put the Code and Name of the employer in Column N and O in sheetQ7
Thank you in advance
Hey guys
Thank you for your quick answers.
I attached the file.I want to compare the hours in column J in sheetQ7 with hours in column K in sheet"Liste des employes" to find which employer was worked at that time.And finally put the Code and Name of the employer in Column N and O in sheetQ7
Thank you in advance
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks