Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 310
Default How do your remove ROUND function?

I am working with a fairly large spreadsheet I inherited that contains the
ROUND function in several cells. Two questions: (1) How do I remove the
rounding function w/o disturbing the formula. (2) Is there a quick way to
remove it w/o going into every cell?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 430
Default How do your remove ROUND function?

What do the formulas look like? Are they all similar length wise?
Perhaps give us at least one example of one of the formulas.

"Michelle" wrote:

I am working with a fairly large spreadsheet I inherited that contains the
ROUND function in several cells. Two questions: (1) How do I remove the
rounding function w/o disturbing the formula. (2) Is there a quick way to
remove it w/o going into every cell?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do your remove ROUND function?


Try this:

Select the whole sheet (CTRL + A) and use the "Find & Replace" (CTRL +
H) command. In the "Find" field, key in ROUND and leave the "Replace"
field blank and click on "Replace All"

*VERY IMPORTANT!
-When doing this, make sure that the sheet only has the ROUND function.
If it also has ROUNDUP and/or ROUNDDOWN, make sure they are "Replaced"
first before you get rid of ROUND to avoid any complications.

hope this helps :)


--
teelim


------------------------------------------------------------------------
teelim's Profile: http://www.excelforum.com/member.php...o&userid=36856
View this thread: http://www.excelforum.com/showthread...hreadid=566103

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 418
Default How do your remove ROUND function?

Michelle wrote:
I am working with a fairly large spreadsheet I inherited that contains the
ROUND function in several cells. Two questions: (1) How do I remove the
rounding function w/o disturbing the formula. (2) Is there a quick way to
remove it w/o going into every cell?


"Quick" way? I would say "no". First, I would write a macro to
automate this. But such a macro is "quick" to do only if we can make
some assumptions; for example, all the formulas that you want to change
are of the form =ROUND(...). The more general case of ROUND(...)
appearing anywhere within a formula and potentially more than once
requires complext parsing algorithms. The tricky part is finding the
balancing right parenthesis as well as the 2nd parameter, both of which
must eliminated along with "round(". (But perhaps someone has one
already written such a macro.)

If it is only "several" cells, I would think the "quickest" way is
indeed to simply visit each cell and edit it manually, removing
"round(" on the left and ",...)" on the right.

Perhaps what you would like is an easy way to find all the cells that
contain at least one use of "round". Use the Edit Find Find All
feature. Type ctrl-A to select all the cells (or select a range of
interest), then click Edit Find, fill in "round", and click Find All.
You can then click individual cells in the Find All result, and edit
each cell.

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
can you nested sum and round function within if function? anna Excel Worksheet Functions 4 May 27th 06 06:06 AM
Round function that rounds down if 5 Mikus Excel Worksheet Functions 5 August 29th 05 11:27 PM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM
help with round function Scott Excel Worksheet Functions 7 February 9th 05 07:23 PM


All times are GMT +1. The time now is 12:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"