Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 383
Default Find ROW(INDIRECT()) wo the column letters

hi, had it before, cannot remember setup for formula to indirect a reference
to a row, without having to enter a column, i.e.:

=ROW(INDIRECT($AP$11))<ROW($AP$208)

AP11 = AP208, answer = false (works),
but need to be able to just enter the row number in AP11. maybe did not
even use INDIRECT..
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Find ROW(INDIRECT()) wo the column letters

=ROW(INDIRECT("$AP" & $AP$11))<ROW($AP$208)

"nastech" wrote:

hi, had it before, cannot remember setup for formula to indirect a reference
to a row, without having to enter a column, i.e.:

=ROW(INDIRECT($AP$11))<ROW($AP$208)

AP11 = AP208, answer = false (works),
but need to be able to just enter the row number in AP11. maybe did not
even use INDIRECT..

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Find ROW(INDIRECT()) wo the column letters

If you're entering a number in AP11, couldn't you use:

=$ap$11<208
or
=$ap$11<row($ap$208)

I'm not sure why you'd want to use:
=ROW(INDIRECT($AP$11&":"&$AP$11))




nastech wrote:

hi, had it before, cannot remember setup for formula to indirect a reference
to a row, without having to enter a column, i.e.:

=ROW(INDIRECT($AP$11))<ROW($AP$208)

AP11 = AP208, answer = false (works),
but need to be able to just enter the row number in AP11. maybe did not
even use INDIRECT..


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 383
Default Find ROW(INDIRECT()) wo the column letters

=ROW(INDIRECT("$AP"&$AP$11))<ROW($AP$208)

thanks, tried that again and it worked. At first think had auto calculation
turned off.
(else note: am trying to externalize a row number, to be able to modify,
thanks)

"Toppers" wrote:

=ROW(INDIRECT("$AP" & $AP$11))<ROW($AP$208)

"nastech" wrote:

hi, had it before, cannot remember setup for formula to indirect a reference
to a row, without having to enter a column, i.e.:

=ROW(INDIRECT($AP$11))<ROW($AP$208)

AP11 = AP208, answer = false (works),
but need to be able to just enter the row number in AP11. maybe did not
even use INDIRECT..

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 383
Default Find ROW(INDIRECT()) wo the column letters

thanks! =$ap$11<row($ap$208)

was the simple answer to what had used previously, couldn't remember what it
was while trying to fix a new problem. was trying to externalize a setting
for a row number for a larger formula. the following worked for this problem:

=ROW(INDIRECT("$AP"&$AP$11))<ROW($AP$208)

had tried that, but think had my auto calculation setting turned off.
works now, thanks.
in-case anyone wanted to know, was using in a hyperlink to the next instance
of a name (after) the one I had hyperlinked / jumped to, to find the next
"copy".

for $AO16: column where want cursor to go, row formula currently resides in.
read-out / friendly name is quantity of instances.

=HYPERLINK(IF(
ISNA(INDEX(ROW(INDIRECT("$AO"&$AS$16):$AO$1221)-ROW(INDIRECT("$AO"&$AS$16))+1,MATCH(TRUE,INDIRECT( "$AO"&$AS$16):$AO$1221=$AO16,0))),"",
"#"&CELL("address",OFFSET(INDIRECT(SUBSTITUTE(SUBS TITUTE(CELL("address",$AO16),"$",""),ROW(),"")&IND EX(ROW(INDIRECT("$AO"&$AS$16):$AO$1221),MATCH(TRUE ,INDIRECT("$AO"&$AS$16):$AO$1221=$AO16,0))),$Y$2,0 ))),IF(
ISNA(INDEX(ROW(INDIRECT("$AO"&$AS$16):$AO$1221)-ROW(INDIRECT("$AO"&$AS$16))+1,MATCH(TRUE,INDIRECT( "$AO"&$AS$16):$AO$1221=$AO16,0))),0,
SUMPRODUCT(--(INDIRECT("$AO"&$AS$16):AO$1221=$AO16))))

-----------------

"Dave Peterson" wrote:

If you're entering a number in AP11, couldn't you use:

=$ap$11<208
or
=$ap$11<row($ap$208)

I'm not sure why you'd want to use:
=ROW(INDIRECT($AP$11&":"&$AP$11))




nastech wrote:

hi, had it before, cannot remember setup for formula to indirect a reference
to a row, without having to enter a column, i.e.:

=ROW(INDIRECT($AP$11))<ROW($AP$208)

AP11 = AP208, answer = false (works),
but need to be able to just enter the row number in AP11. maybe did not
even use INDIRECT..


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 383
Default Find ROW(INDIRECT()) wo the column letters

ps: Ctrl-Shift-Enter, to activate formula
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
Can I find the number of letters in a cell? dave_laroche Excel Discussion (Misc queries) 4 April 30th 07 07:17 PM
Indirect with COLUMN JEFF Excel Worksheet Functions 9 April 24th 07 10:03 PM
How do change a column of data in capitol letters to small letters Barb P. Excel Discussion (Misc queries) 6 November 15th 06 06:17 PM
SORT A LIST OF NUMBERS AND LETTERS A,B,C,D AND FIND MAX darryl Excel Worksheet Functions 2 August 31st 06 03:53 AM
How can I change column numbers back to column letters? Space Elf Excel Worksheet Functions 3 March 2nd 06 09:35 PM


All times are GMT +1. The time now is 04:30 PM.

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

About Us

"It's about Microsoft Excel"