#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Countif formula

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Countif formula

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Countif formula

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Countif formula bel23 Excel Discussion (Misc queries) 2 September 17th 09 08:13 PM
Formula Help (countif, I think....) RUSH2CROCHET Excel Discussion (Misc queries) 2 June 6th 08 10:14 PM
CountIf formula results in the formula itself being displayed. NewKid Excel Worksheet Functions 9 December 21st 05 11:10 PM
Countif formula and then some... Julie Excel Worksheet Functions 6 July 27th 05 08:13 PM
Another Countif Formula Stephen Excel Discussion (Misc queries) 3 April 22nd 05 04:29 PM


All times are GMT +1. The time now is 05:36 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"