COUNTIF TO REF. A WORKSHEET ?
From: Frank Kabel (frank.kabel_at_freenet.de)
Date: 07/27/04
- Next message: Frank Kabel: "custom formats (xxx-0000)"
- Previous message: Frank Kabel: "using Vlookup to find multiple results"
- In reply to: Bernie: "COUNTIF TO REF. A WORK*** ?"
- Next in thread: Bernie: "RE: COUNTIF TO REF. A WORK*** ?"
- Reply: Bernie: "RE: COUNTIF TO REF. A WORK*** ?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 27 Jul 2004 09:48:54 -0700
Hi Bernie
I thjink you already received an answer for this question?
Try using INDIRECT. If cell A1 contains a string try:
=COUNTIF(INDIRECT("'" & A1 & "'!F11:K11"),0)
if A1 contains a date value try
=COUNTIF(INDIRECT("'" & TEXT(A1,"MMM-YY") & "'!F11:K11"),0)
>-----Original Message-----
>Hi, I am stuck and lost in trying to ref. a *** in my
formula using COUNTIF.
>My workbook consist of 12 sheets; Jan-04 thru Dec-04.
Cell A1 on every sheets contains a calculated data with a
M-Y format. How can I use the COUNTIF formula to ref.
that A1. Example: when I am on *** Jul-04 and say my A1
cell has a calculated value of Jun-04.
>I do not want to use a hard coded formula such as COUNTIF
('Jun-04'!F11:K11,0) since my A1 could change anywhere
from Jan-04-Dec04 or any other name that is one of my
work*** name in the same work book. I've tried COUNTIF
('A1'!F11:K11,0) and it did not work.
>Thanks for anyone that can help me on this
>.
>
- Next message: Frank Kabel: "custom formats (xxx-0000)"
- Previous message: Frank Kabel: "using Vlookup to find multiple results"
- In reply to: Bernie: "COUNTIF TO REF. A WORK*** ?"
- Next in thread: Bernie: "RE: COUNTIF TO REF. A WORK*** ?"
- Reply: Bernie: "RE: COUNTIF TO REF. A WORK*** ?"
- Messages sorted by: [ date ] [ thread ]