PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Setup Indirect address inside ""

Reply

Indirect address inside ""

 
Thread Tools Rate Thread
Old 25-06-2006, 02:07 PM   #1
=?Utf-8?B?S2hvc2hyYXZhbg==?=
Guest
 
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
  Reply With Quote
Old 25-06-2006, 04:46 PM   #2
=?Utf-8?B?Ynl1bmR0?=
Guest
 
Posts: n/a
Default RE: 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

  Reply With Quote
Old 26-06-2006, 12:31 AM   #3
=?Utf-8?B?S2hvc2hyYXZhbg==?=
Guest
 
Posts: n/a
Default RE: 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 With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off