PC Review


Reply
Thread Tools Rate Thread

ActiveCell.FormulaR1C1 = "=IF(c4:c4<='Title Page'!$B$19,1,0)" ?? HELP!!!

 
 
harteorama@googlemail.com
Guest
Posts: n/a
 
      29th Dec 2006
Hi all,

Can anybody please help... i am trying to autofil a column with a
formula, but i can't seem to get the R1C1 bit when pointing to a cell
ref on another worksheet..

the actual formula that i want to insert is

"=IF($D:$D<='Title Page'!$B$19,1,0)"

Any help - v.much appreciated...

Vbr

Paul

 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      29th Dec 2006
=IF(C4<='Title Page'!R19C2,1,0)

but won't that just fill the column with the exact same formula, as it is
all absolute?

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi all,
>
> Can anybody please help... i am trying to autofil a column with a
> formula, but i can't seem to get the R1C1 bit when pointing to a cell
> ref on another worksheet..
>
> the actual formula that i want to insert is
>
> "=IF($D:$D<='Title Page'!$B$19,1,0)"
>
> Any help - v.much appreciated...
>
> Vbr
>
> Paul
>



 
Reply With Quote
 
RichardSchollar
Guest
Posts: n/a
 
      29th Dec 2006
Seems to refer to the relevant row in the D column (at least it does on
my computer).

Richard


Bob Phillips wrote:

> =IF(C4<='Title Page'!R19C2,1,0)
>
> but won't that just fill the column with the exact same formula, as it is
> all absolute?
>
> --
> ---
> HTH
>
> Bob
>
> (change the xxxx to gmail if mailing direct)
>
>
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi all,
> >
> > Can anybody please help... i am trying to autofil a column with a
> > formula, but i can't seem to get the R1C1 bit when pointing to a cell
> > ref on another worksheet..
> >
> > the actual formula that i want to insert is
> >
> > "=IF($D:$D<='Title Page'!$B$19,1,0)"
> >
> > Any help - v.much appreciated...
> >
> > Vbr
> >
> > Paul
> >


 
Reply With Quote
 
harteorama@googlemail.com
Guest
Posts: n/a
 
      29th Dec 2006
Thats perfect!!! many many many thanks

VBR

Paul :-)

 
Reply With Quote
 
Mike Fogleman
Guest
Posts: n/a
 
      29th Dec 2006
Perhaps since your formula is not in R1C1 notation, but is in A1 notation,
drop the R1C1 formula type:

ActiveCell.Formula = "=IF($D:$D<='Title Page'!$B$19,1,0)"

Mike F
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi all,
>
> Can anybody please help... i am trying to autofil a column with a
> formula, but i can't seem to get the R1C1 bit when pointing to a cell
> ref on another worksheet..
>
> the actual formula that i want to insert is
>
> "=IF($D:$D<='Title Page'!$B$19,1,0)"
>
> Any help - v.much appreciated...
>
> Vbr
>
> Paul
>



 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ActiveCell.FormulaR1C1 = "=SUM(R[-tellerteller]C:R[-1]C)" Jack Sons Microsoft Excel Misc 5 29th Sep 2009 09:58 PM
activecell.formulaR1C1 = "='i'!R10C6" 'i is a variable Mahi Microsoft Excel Programming 2 21st Dec 2008 02:17 AM
.FormulaR1C1="abc" works, .Text="abc" doesn't. WHAT the? baobob@my-deja.com Microsoft Excel Programming 5 22nd Aug 2008 10:51 PM
Replace(ActiveCell.Formula, "Round(","") not working as expected Dennis Microsoft Excel Programming 3 16th May 2007 04:49 PM
ActiveCell.FormulaR1C1 = "=RC[-4]-RC[-2]" Jordi Microsoft Excel Programming 4 12th Nov 2003 01:26 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:55 PM.