Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 76
Default FORMULAR INSERTION

Hello, Please can anybody help me with this.

i want to put this formular on cell "E1" (=365/(M3/N3) and i want the
formular to apply to FROM "E3:E135". I want the formular to be on E1.

Please how can i go about this. God bless you as you take your time to ans
this. Thanks.

Note: There are Title on E2.
i want to be able to edit contents of E3:E135.

Thanks one more time and God bless.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default FORMULAR INSERTION

Try the below
Range("E3:E135").Formula = cstr(Range("E1"))

If this post helps click Yes
---------------
Jacob Skaria


"Kanmi" wrote:

Hello, Please can anybody help me with this.

i want to put this formular on cell "E1" (=365/(M3/N3) and i want the
formular to apply to FROM "E3:E135". I want the formular to be on E1.

Please how can i go about this. God bless you as you take your time to ans
this. Thanks.

Note: There are Title on E2.
i want to be able to edit contents of E3:E135.

Thanks one more time and God bless.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 76
Default FORMULAR INSERTION

Hello Thanks. Where is the formular. i need to use this
formular"(=365/(M3/N3)". Thank you for your time.
"Jacob Skaria" wrote:

Try the below
Range("E3:E135").Formula = cstr(Range("E1"))

If this post helps click Yes
---------------
Jacob Skaria


"Kanmi" wrote:

Hello, Please can anybody help me with this.

i want to put this formular on cell "E1" (=365/(M3/N3) and i want the
formular to apply to FROM "E3:E135". I want the formular to be on E1.

Please how can i go about this. God bless you as you take your time to ans
this. Thanks.

Note: There are Title on E2.
i want to be able to edit contents of E3:E135.

Thanks one more time and God bless.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default FORMULAR INSERTION

Hi Kanmi

Your formula in E1 as mentioned in your post

'In E1(cell formatted as text)
=365/(M3/N3)

'Within your code OR from immediate window try
Range("E3:E135").Formula = Cstr(Range("E1"))

If this post helps click Yes
---------------
Jacob Skaria


"Kanmi" wrote:

Hello Thanks. Where is the formular. i need to use this
formular"(=365/(M3/N3)". Thank you for your time.
"Jacob Skaria" wrote:

Try the below
Range("E3:E135").Formula = cstr(Range("E1"))

If this post helps click Yes
---------------
Jacob Skaria


"Kanmi" wrote:

Hello, Please can anybody help me with this.

i want to put this formular on cell "E1" (=365/(M3/N3) and i want the
formular to apply to FROM "E3:E135". I want the formular to be on E1.

Please how can i go about this. God bless you as you take your time to ans
this. Thanks.

Note: There are Title on E2.
i want to be able to edit contents of E3:E135.

Thanks one more time and God bless.

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
Row Insertion mlockman Excel Discussion (Misc queries) 0 April 17th 09 03:33 PM
Row Insertion Problem robot[_3_] New Users to Excel 2 February 7th 09 04:38 AM
Data insertion tariq Excel Worksheet Functions 1 September 12th 07 01:43 PM
Rows Insertion b166er[_4_] Excel Programming 1 June 22nd 06 03:47 PM
How to use QueryTable with insertion sql ou Excel Programming 1 August 18th 04 12:20 PM


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