ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   ActiveCell.FormulaR1C1 = "=IF(c4:c4<='Title Page'!$B$19,1,0)" ?? HELP!!! (https://www.excelbanter.com/excel-programming/380223-activecell-formular1c1-%3D-%3Dif-c4-c4-%3Dtitle-page-%24b%2419-1-0-help.html)

[email protected]

ActiveCell.FormulaR1C1 = "=IF(c4:c4<='Title Page'!$B$19,1,0)" ?? HELP!!!
 
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


Bob Phillips

ActiveCell.FormulaR1C1 = "=IF(c4:c4<='Title Page'!$B$19,1,0)" ?? HELP!!!
 
=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)


wrote in message
ups.com...
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




RichardSchollar

ActiveCell.FormulaR1C1 = "=IF(c4:c4<='Title Page'!$B$19,1,0)" ?? HELP!!!
 
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)


wrote in message
ups.com...
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



[email protected]

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

VBR

Paul :-)


Mike Fogleman

ActiveCell.FormulaR1C1 = "=IF(c4:c4<='Title Page'!$B$19,1,0)" ?? HELP!!!
 
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
wrote in message
ups.com...
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





All times are GMT +1. The time now is 05:34 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com