Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Carolan
 
Posts: n/a
Default LEAVE BLANK IF NEGATIVE

I know this can be done.....just don't know how. Trying to create a formula
that would leave the cell Column C1 empty if the result of Column A1
minus-Column B1 is negative. If A1 -B1 is positive it would enter the
result. Help please!!!!

If A1 - B1 = Positive figure, enter the result in C1
If A1 - B1 = Negative figure, do not enter result in C1

--
Carolan
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

=IF(A1-B1=0,A1-B1,"")

HTH
Jason
Atlanta, GA

-----Original Message-----
I know this can be done.....just don't know how. Trying

to create a formula
that would leave the cell Column C1 empty if the result

of Column A1
minus-Column B1 is negative. If A1 -B1 is positive it

would enter the
result. Help please!!!!

If A1 - B1 = Positive figure, enter the result in C1
If A1 - B1 = Negative figure, do not enter result in C1

--
Carolan
.

  #3   Report Post  
RagDyeR
 
Posts: n/a
Default

Try this:

=IF(MAX(A1-B1,0)=0,"",A1-B1)
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"Carolan" wrote in message
...
I know this can be done.....just don't know how. Trying to create a formula
that would leave the cell Column C1 empty if the result of Column A1
minus-Column B1 is negative. If A1 -B1 is positive it would enter the
result. Help please!!!!

If A1 - B1 = Positive figure, enter the result in C1
If A1 - B1 = Negative figure, do not enter result in C1

--
Carolan


  #4   Report Post  
Carolan
 
Posts: n/a
Default

Thank you!!!!

"Jason Morin" wrote:

=IF(A1-B1=0,A1-B1,"")

HTH
Jason
Atlanta, GA

-----Original Message-----
I know this can be done.....just don't know how. Trying

to create a formula
that would leave the cell Column C1 empty if the result

of Column A1
minus-Column B1 is negative. If A1 -B1 is positive it

would enter the
result. Help please!!!!

If A1 - B1 = Positive figure, enter the result in C1
If A1 - B1 = Negative figure, do not enter result in C1

--
Carolan
.


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
COPY A CONCATENATE CELL TO BLANK CELL PUTTING IN THE NEXT BLANK C. QUEST41067 Excel Discussion (Misc queries) 1 January 15th 05 09:29 PM
Non Blank - Blank Cells???? Reggie Excel Discussion (Misc queries) 3 January 12th 05 12:04 AM
display negative values as a blank cell in Excel pherozeb Excel Discussion (Misc queries) 3 January 5th 05 04:40 AM
display negative values as a blank cell in Excel Pheroze Bharucha Excel Discussion (Misc queries) 0 January 4th 05 10:51 PM
Make a cell blank? Matthew Leingang Excel Worksheet Functions 1 November 23rd 04 04:54 PM


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