Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have an array formula that compares a master list with an updated list, and
shows any new items: =IF(OR(EXACT('New Task Page'!C2,'5.2- Task Report'!C2:C6500)),"",'New Task Page'!C2) . I want to drag the formula down the column so that the next cell reads: =IF(OR(EXACT('New Task Page'!C3,'5.2- Task Report'!C2:C6500)),"",'New Task Page'!C3) . The next cell down should just change the C3's to C4's, and so on. Unfortunately, it changes the formula to: =IF(OR(EXACT('New Task Page'!C3,'5.2- Task Report'!C3:C6501)),"",'New Task Page'!C3), basically adding 1 to every number in the formula. If I fix the C3 cell, then group C2 and C3 and drag down, it still adds 1 to each number in the formula. Without having to manually fix each column, how can I drag the formula so that only the first and last C's add 1, and not the C2:C6500 column? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying Formulas | Excel Discussion (Misc queries) | |||
Copying Formulas | Excel Discussion (Misc queries) | |||
Copying Formulas | Excel Worksheet Functions | |||
Copying Formulas PLEASE HELP THANK YOU | Excel Discussion (Misc queries) | |||
Copying Formulas | Excel Worksheet Functions |