Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 113
Default formula to change current cell value

Is it possible make a cell display the value of Zero if the the cell
value is zero or less or less than 1? Even better is it possible to
change the actual value using a formula under the same circumstances?

thanks
Robert

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 623
Default formula to change current cell value

Max will do what you want:

=max(1,yourformula)

Note: "zero or less or less than 1" is the same as "less than 1".

--
Regards,
Fred


"Robert H" wrote in message
oups.com...
Is it possible make a cell display the value of Zero if the the cell
value is zero or less or less than 1? Even better is it possible to
change the actual value using a formula under the same circumstances?

thanks
Robert



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 138
Default formula to change current cell value

This would result in 1 (or more, depending on yourformula), but the OP asked
for 0.

Maybe:
=if(yourformula1,yourformula, 0)

Joerg

"Fred Smith" wrote in message
...
Max will do what you want:

=max(1,yourformula)

Note: "zero or less or less than 1" is the same as "less than 1".

--
Regards,
Fred


"Robert H" wrote in message
oups.com...
Is it possible make a cell display the value of Zero if the the cell
value is zero or less or less than 1? Even better is it possible to
change the actual value using a formula under the same circumstances?

thanks
Robert





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
Saving current worksheet on cell value change scotty New Users to Excel 1 January 23rd 07 03:29 PM
How to set current day when a cell in a colum change Steen Excel Discussion (Misc queries) 2 October 16th 06 12:29 PM
formula, move to previous cell when the current cell=0 or empty osama amer Excel Discussion (Misc queries) 0 May 29th 06 12:18 PM
Can I get current #row or #column in cell formula? ryany Excel Discussion (Misc queries) 2 February 13th 06 11:27 AM
Change Cell Color if in current Month Leslie Excel Worksheet Functions 6 June 28th 05 06:17 PM


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