Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 465
Default Satisfying several criteria



Hi All

I'm trying to write a formula to satisfy this criteria :

If A1+B1 0 then put A1+B1 , otherwise leave blank.

BUT if C1 has content , put "0.00".


Can someone help with a formula to include these parameters?

Grateful for any help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 86
Default Satisfying several criteria

=IF(C1<"",0,IF(A1+B10,A1+B1,""))


Gord Dibben Microsoft Excel MVP


On Sat, 10 Sep 2011 14:57:11 +0100, Colin Hayes
wrote:



Hi All

I'm trying to write a formula to satisfy this criteria :

If A1+B1 0 then put A1+B1 , otherwise leave blank.

BUT if C1 has content , put "0.00".


Can someone help with a formula to include these parameters?

Grateful for any help.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 465
Default Satisfying several criteria

In article , Gord
writes
=IF(C1<"",0,IF(A1+B10,A1+B1,""))


Hi Gord

OK Thanks for that. It's working fine , but is prioritising results in
the opposite way to what is intended.

By which I mean :

The formula concerning C1 should only have effect if the A1+B1 part of
the formula gives a blank cell.

So ,

If A1+B1 0 then put A1+B1

If A1+B1 < 0 then leave blank.

IF A1+B1 is now blank , and C1 has content then insert '0.00'

IF A1+B1 is now blank , and C1 has NO content then leave blank.


Complicated , but can you turn your formaula to satisfy this?

Grateful for your help.





Gord Dibben Microsoft Excel MVP


On Sat, 10 Sep 2011 14:57:11 +0100, Colin Hayes
wrote:



Hi All

I'm trying to write a formula to satisfy this criteria :

If A1+B1 0 then put A1+B1 , otherwise leave blank.

BUT if C1 has content , put "0.00".


Can someone help with a formula to include these parameters?

Grateful for any help.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 620
Default Satisfying several criteria

=IF(A1+B10,A1+B1,IF(C1<"",0,""))

David Biddulph

On 10/09/2011 18:29, Colin Hayes wrote:
In article , Gord
writes
=IF(C1<"",0,IF(A1+B10,A1+B1,""))


Hi Gord

OK Thanks for that. It's working fine , but is prioritising results in
the opposite way to what is intended.

By which I mean :

The formula concerning C1 should only have effect if the A1+B1 part of
the formula gives a blank cell.

So ,

If A1+B1 0 then put A1+B1

If A1+B1 < 0 then leave blank.

IF A1+B1 is now blank , and C1 has content then insert '0.00'

IF A1+B1 is now blank , and C1 has NO content then leave blank.


Complicated , but can you turn your formaula to satisfy this?

Grateful for your help.





Gord Dibben Microsoft Excel MVP


On Sat, 10 Sep 2011 14:57:11 +0100, Colin Hayes
wrote:



Hi All

I'm trying to write a formula to satisfy this criteria :

If A1+B1 0 then put A1+B1 , otherwise leave blank.

BUT if C1 has content , put "0.00".


Can someone help with a formula to include these parameters?

Grateful for any help.




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 465
Default Satisfying several criteria

In article , David Biddulph
writes
=IF(A1+B10,A1+B1,IF(C1<"",0,""))

David Biddulph


Hi David

OK thanks for this. It works perfectly.

I'm grateful for your time and expertise.


Best Wishes



On 10/09/2011 18:29, Colin Hayes wrote:
In article , Gord
writes
=IF(C1<"",0,IF(A1+B10,A1+B1,""))


Hi Gord

OK Thanks for that. It's working fine , but is prioritising results in
the opposite way to what is intended.

By which I mean :

The formula concerning C1 should only have effect if the A1+B1 part of
the formula gives a blank cell.

So ,

If A1+B1 0 then put A1+B1

If A1+B1 < 0 then leave blank.

IF A1+B1 is now blank , and C1 has content then insert '0.00'

IF A1+B1 is now blank , and C1 has NO content then leave blank.


Complicated , but can you turn your formaula to satisfy this?

Grateful for your help.





Gord Dibben Microsoft Excel MVP


On Sat, 10 Sep 2011 14:57:11 +0100, Colin Hayes
wrote:



Hi All

I'm trying to write a formula to satisfy this criteria :

If A1+B1 0 then put A1+B1 , otherwise leave blank.

BUT if C1 has content , put "0.00".


Can someone help with a formula to include these parameters?

Grateful for any help.





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
Satisfying two conditions? Zuo Excel Worksheet Functions 8 April 26th 10 06:05 PM
Satisfying two variables entered via popup Colin Hayes Excel Discussion (Misc queries) 1 February 3rd 10 09:04 PM
how to get value from a table satisfying two conditions Dhirendra Kumar Excel Discussion (Misc queries) 2 December 11th 09 07:08 AM
Satisfying Multiple Criteria in an "IF" Function Jerry B Smith Excel Worksheet Functions 1 March 6th 09 05:16 PM
using sumif formula: but requiring satisfying 2 if statements karenm Excel Worksheet Functions 1 July 8th 05 07:34 PM


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