Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I have a small prob. I have a formula where the cell co-ordinates will have to change based on the value available in another cell. For eg., If formula is =COUNTIF(Sheet1!$W$1:$W$500,B7) I want the number 500 to be picked from another cell which contains the exact number or rows. How can I achieve this? Thanks in advance. - Joseph |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=COUNTIF(INDIRECT("Sheet1!$W$1:$W$"&M1),B7)
-- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Joseph" wrote in message ... Hi, I have a small prob. I have a formula where the cell co-ordinates will have to change based on the value available in another cell. For eg., If formula is =COUNTIF(Sheet1!$W$1:$W$500,B7) I want the number 500 to be picked from another cell which contains the exact number or rows. How can I achieve this? Thanks in advance. - Joseph |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks ...It worked!!!
"Bob Phillips" wrote: =COUNTIF(INDIRECT("Sheet1!$W$1:$W$"&M1),B7) -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Joseph" wrote in message ... Hi, I have a small prob. I have a formula where the cell co-ordinates will have to change based on the value available in another cell. For eg., If formula is =COUNTIF(Sheet1!$W$1:$W$500,B7) I want the number 500 to be picked from another cell which contains the exact number or rows. How can I achieve this? Thanks in advance. - Joseph |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Wed, 22 Aug 2007 02:46:00 -0700 from Joseph
: I have a small prob. I have a formula where the cell co-ordinates will have to change based on the value available in another cell. See the INDIRECT function in Help. -- "First prove what you're saying, then whine about it." -- /The People's Court/ Stan Brown, Oak Road Systems, Tompkins County, New York, USA http://OakRoadSystems.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I go about finding and removing labels in formulas? | Excel Discussion (Misc queries) | |||
can you put formulas and labels in the same cell | Excel Discussion (Misc queries) | |||
labels in formulas | Excel Discussion (Misc queries) | |||
Won't accept labels in formulas | Excel Discussion (Misc queries) | |||
labels in formulas | New Users to Excel |