PC Review


Reply
Thread Tools Rate Thread

How to amend formula ?

 
 
moonhk
Guest
Posts: n/a
 
      4th Dec 2006
Dear Reader
How to amend formula ?
If existing formula is =Round(E1+F1....+Z1,2) , how to amend to
=Round(E1+F1....+Z1,2) + 0.02 ? Where 0.02 is Roundup different value.
This Value range maybe +0.05 to -0.05.

Provide that I does not know the existing formula of particluar cell.

 
Reply With Quote
 
 
 
 
Tom Ogilvy
Guest
Posts: n/a
 
      4th Dec 2006
ActiveCell.Formula = ActiveCell.Formula & "+.02"

I have no idea what you mean by "Roundup different value", but hopefully
that won't affect the usefulness of the answer.

--
rEgards,
Tom Ogilvy



"moonhk" <moon_ils-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Dear Reader
> How to amend formula ?
> If existing formula is =Round(E1+F1....+Z1,2) , how to amend to
> =Round(E1+F1....+Z1,2) + 0.02 ? Where 0.02 is Roundup different value.
> This Value range maybe +0.05 to -0.05.
>
> Provide that I does not know the existing formula of particluar cell.
>



 
Reply With Quote
 
moonhk
Guest
Posts: n/a
 
      4th Dec 2006
It works. Thank a lot.

=B1+0.02+0.02

Sub testing()
ActiveCell.Formula = ActiveCell.Formula & "+.02"

End Sub

Tom Ogilvy wrote:
> ActiveCell.Formula = ActiveCell.Formula & "+.02"
>
> I have no idea what you mean by "Roundup different value", but hopefully
> that won't affect the usefulness of the answer.
>
> --
> rEgards,
> Tom Ogilvy
>
>
>
> "moonhk" <moon_ils-(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Dear Reader
> > How to amend formula ?
> > If existing formula is =Round(E1+F1....+Z1,2) , how to amend to
> > =Round(E1+F1....+Z1,2) + 0.02 ? Where 0.02 is Roundup different value.
> > This Value range maybe +0.05 to -0.05.
> >
> > Provide that I does not know the existing formula of particluar cell.
> >


 
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
Amend Formula colin Microsoft Excel Misc 8 13th Jul 2009 12:36 PM
Amend formula? Kirstie Adam Microsoft Excel Discussion 3 30th May 2008 04:47 PM
Insufficient pemissions to amend Excel files but can amend Word fi =?Utf-8?B?RiBMYXVmcw==?= Microsoft Windows 2000 Security 0 11th Oct 2006 12:28 PM
Amend formula to include addition condition Pat Microsoft Excel Worksheet Functions 1 16th Mar 2005 03:36 PM
Can you amend this formula? Gadgetman Microsoft Excel Worksheet Functions 4 21st Mar 2004 06:31 AM


Features
 

Advertising
 

Newsgroups
 


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