Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,726
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 196
Default 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


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default ActiveCell.FormulaR1C1 = "=IF(c4:c4<='Title Page'!$B$19,1,0)" ?? HELP!!!

Thats perfect!!! many many many thanks

VBR

Paul :-)

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,092
Default 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



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
ActiveCell.FormulaR1C1 = "=SUM(R[-tellerteller]C:R[-1]C)" Jack Sons Excel Discussion (Misc queries) 5 September 29th 09 09:58 PM
Can I make a "tab name" the "chart title"? (question on this) [email protected] Charts and Charting in Excel 2 April 15th 09 06:26 PM
Is there a way to remove the title "Page 1" from the preview IK Excel Discussion (Misc queries) 1 October 31st 08 03:36 PM
web page title into range "B1" Moriarty Excel Programming 0 October 9th 05 01:17 AM
ActiveCell.FormulaR1C1 = "=RC[-4]-RC[-2]" Jordi Excel Programming 5 November 13th 03 12:21 AM


All times are GMT +1. The time now is 09:59 AM.

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"