Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Lori Try this
=IF(Sheet1!A:F=Sheet2!A:F,0,1) This is an array formula so once you've entered it you must press Ctrl+Shift+Enter to make it work. So what you do is highlight enough cells to cover all the entries in your job list. Type the above formula in the top-left of this highlighted range and then hit Ctrl+Shift+Enter. If this helps, please click "Yes" <<<<<<<<<<<< "IMS Lori" wrote: Only problem is that only checks column A... Is there a way to get it so that one formula checks columns A through F? Right now I just dragged the formula out 5 more times and it's working, but I have 3 more years of data to go through and I have to do this again next year. Thanks so much for your help!!!!! "BSc Chem Eng Rick" wrote: Lori What you could do is use a simple IF to find the changes fast like this: =IF(Sheet1!A1=Sheet2!A1,0,1) Put this formula in the sheet where the changes are likely to occur, then you copy the formula to the exact number of cells of your job list. Anything that is different shows up as a "1". If you want to get really clever, set a conditional format to the cells containing the above formula that if the cell = 1 then it must be highlighted yellow. If this helps please click "Yes" <<<<<<<<<<< "IMS Lori" wrote: I have a worksheet with last years jobs on it: A B C D E F G Date Job # Salesman Client How Hours Status I need to update the worksheet with the same data, except it's possible that some of the information has been changed (i.e. salesman, status). Would the best way be to combine both lists together, sort on the Job # and just look through every two rows to see if there's a change or if the info stayed the same or is there some kind of formula I can use that would make this easier? TIA for any/all help/insight!!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Duplicates and unique values | Excel Worksheet Functions | |||
Finding duplicates | Excel Discussion (Misc queries) | |||
Finding duplicates | Excel Discussion (Misc queries) | |||
Finding duplicates | Excel Worksheet Functions | |||
Duplicates - deleting to get just unique ones | New Users to Excel |