Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.setup
Khoshravan
 
Posts: n/a
Default Indirect address inside ""

=COUNTIF(F$2:F$1561;"0.9") J4=0.9

I want to drag above command, downward. Value of 0.9 is stored in J4.
How can I produce J4 with formula so that it repeats while dragging.
I face this problem a lot. I think by combination of Indirect and Row it is
possible to solve. I tried some combination but they didn't work.
--
Rasoul Khoshravan Azar
Civil Engineer, Osaka, Japan
  #2   Report Post  
Posted to microsoft.public.excel.setup
byundt
 
Posts: n/a
Default Indirect address inside ""

Try putting an absolute reference to cell J4 inside the COUNTIF:
=COUNTIF(F$2:F$1561;"" & $J4)

As you copy this formula across, it will always reference the value in cell
J4.
--
Brad


"Khoshravan" wrote:

=COUNTIF(F$2:F$1561;"0.9") J4=0.9

I want to drag above command, downward. Value of 0.9 is stored in J4.
How can I produce J4 with formula so that it repeats while dragging.
I face this problem a lot. I think by combination of Indirect and Row it is
possible to solve. I tried some combination but they didn't work.
--
Rasoul Khoshravan Azar
Civil Engineer, Osaka, Japan

  #3   Report Post  
Posted to microsoft.public.excel.setup
Khoshravan
 
Posts: n/a
Default Indirect address inside ""

Thanks. It was an interesting solution.
--
Rasoul Khoshravan Azar
Civil Engineer, Osaka, Japan


"byundt" wrote:

Try putting an absolute reference to cell J4 inside the COUNTIF:
=COUNTIF(F$2:F$1561;"" & $J4)

As you copy this formula across, it will always reference the value in cell
J4.
--
Brad


"Khoshravan" wrote:

=COUNTIF(F$2:F$1561;"0.9") J4=0.9

I want to drag above command, downward. Value of 0.9 is stored in J4.
How can I produce J4 with formula so that it repeats while dragging.
I face this problem a lot. I think by combination of Indirect and Row it is
possible to solve. I tried some combination but they didn't work.
--
Rasoul Khoshravan Azar
Civil Engineer, Osaka, Japan

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
Indirect and Address in Reference to other sheets MikeDH Excel Worksheet Functions 0 August 11th 05 09:53 PM
Excel email address hyperlink does not update Michael Excel Discussion (Misc queries) 1 August 2nd 05 02:36 PM
Address from one worksheet to another Duncan Excel Worksheet Functions 3 June 24th 05 08:23 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
How to Stop AutoOpening of XLS (Of2003) inside IE s00t00 Excel Discussion (Misc queries) 1 February 4th 05 12:02 AM


All times are GMT +1. The time now is 09:54 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"