#1   Report Post  
Dave 2005
 
Posts: n/a
Default Need Help

Hi

This =IF(H2,MIN(10,H2),0) returns the numbers from column H with a maximum
of 10.

The formula is returning 10 if the cell is 10 or over, is something wrong.

Question: I need it to return 0 if 10 or over.

Microsoft Excel 2002

Thanks in advance

Dave


  #2   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default Need Help

On Mon, 14 Nov 2005 16:43:49 -0000, "Dave 2005"
wrote:

Hi

This =IF(H2,MIN(10,H2),0) returns the numbers from column H with a maximum
of 10.

The formula is returning 10 if the cell is 10 or over, is something wrong.

Question: I need it to return 0 if 10 or over.

Microsoft Excel 2002

Thanks in advance

Dave


=IF(H2=10,0,H2)


--ron
  #3   Report Post  
Duke Carey
 
Posts: n/a
Default Need Help

=h2*(h2<10)


"Dave 2005" wrote:

Hi

This =IF(H2,MIN(10,H2),0) returns the numbers from column H with a maximum
of 10.

The formula is returning 10 if the cell is 10 or over, is something wrong.

Question: I need it to return 0 if 10 or over.

Microsoft Excel 2002

Thanks in advance

Dave



  #4   Report Post  
Dave O
 
Posts: n/a
Default Need Help

How about
=IF(H210,0,H2)

  #5   Report Post  
Paul Sheppard
 
Posts: n/a
Default Need Help


Dave 2005 Wrote:
Hi

This =IF(H2,MIN(10,H2),0) returns the numbers from column H with a
maximum
of 10.

The formula is returning 10 if the cell is 10 or over, is something
wrong.

Question: I need it to return 0 if 10 or over.

Microsoft Excel 2002

Thanks in advance

Dave


Hi Dave

Try this ----- =IF(H2,MIN(10,H2),0)


--
Paul Sheppard


------------------------------------------------------------------------
Paul Sheppard's Profile: http://www.excelforum.com/member.php...o&userid=24783
View this thread: http://www.excelforum.com/showthread...hreadid=484900



  #6   Report Post  
ufo_pilot
 
Posts: n/a
Default Need Help

=IF(H4=10,MIN(10,H4,0),H4)

for equal or larger than 10

"Dave O" wrote:

How about
=IF(H210,0,H2)


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



All times are GMT +1. The time now is 03:00 AM.

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"

 

ExcelBanter Database Error
Database Error Database error
The ExcelBanter database has encountered a problem.

Please try the following:
  • Load the page again by clicking the Refresh button in your web browser.
  • Open the www.excelbanter.com home page, then try to open another page.
  • Click the Back button to try another link.
The www.excelbanter.com forum technical staff have been notified of the error, though you may contact them if the problem persists.
 
We apologise for any inconvenience.