Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am referencing a column from a seperate sheet within one file. The problem
I have is that when I insert a column my formulas are not updating properly on the seperate sheet. An example of my formula is "countif(Sheet2!F$3:F$500,B11)". I need the formulas to find the critera one column at a time. When I need to insert a column on sheet 2 the column numbers referenced in the formulas change from A,B,C,D,etc to A,B,D,E etc. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I'm not sure I fully understand but I thinl you want your countif formula to stay unchanged. If so try this =COUNTIF(INDIRECT("Sheet2!F$3:F$500"),B11) Mike "Column references within formulas" wrote: I am referencing a column from a seperate sheet within one file. The problem I have is that when I insert a column my formulas are not updating properly on the seperate sheet. An example of my formula is "countif(Sheet2!F$3:F$500,B11)". I need the formulas to find the critera one column at a time. When I need to insert a column on sheet 2 the column numbers referenced in the formulas change from A,B,C,D,etc to A,B,D,E etc. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want the number of columns that I verify data and display in to change with
the columns that actullay have data in them on sheet2. So, sheet1 is formatted with formulas to check columns A through Z on sheet 2. I need to add columns periodically and want the station numbers (Headings from sheet 2) to stay in sequential order so it is easier to insert a column. However, the formulas do not automatically adjust to account for the new columns. "Mike H" wrote: Hi, I'm not sure I fully understand but I thinl you want your countif formula to stay unchanged. If so try this =COUNTIF(INDIRECT("Sheet2!F$3:F$500"),B11) Mike "Column references within formulas" wrote: I am referencing a column from a seperate sheet within one file. The problem I have is that when I insert a column my formulas are not updating properly on the seperate sheet. An example of my formula is "countif(Sheet2!F$3:F$500,B11)". I need the formulas to find the critera one column at a time. When I need to insert a column on sheet 2 the column numbers referenced in the formulas change from A,B,C,D,etc to A,B,D,E etc. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif formula | Excel Discussion (Misc queries) | |||
Formula Help (countif, I think....) | Excel Discussion (Misc queries) | |||
CountIf formula results in the formula itself being displayed. | Excel Worksheet Functions | |||
Countif formula and then some... | Excel Worksheet Functions | |||
Another Countif Formula | Excel Discussion (Misc queries) |