ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Using AND OR (https://www.excelbanter.com/excel-discussion-misc-queries/115136-using.html)

Sunnyskies

Using AND OR
 
Afternoon,

Sure just typed this, but anyway.

Scenario to explain.

I have a date in B11, with a value in F11 and another in L11 with more
values in O11:AA11.

So to explain my problem:

1. If there is a date in B11 AND OR
2. Cell F11 equals L11 but their values must not be zero

Then add O11:AA11

If all three of these criterias are meet then add up O11:AA11

I have this:

=IF(AND(B11="",F11=L11),0,(O11+Q11+S11+U11+W11+Y11 +AA11))

Thanks


Pete_UK

Using AND OR
 
Try this:

=IF(AND(B110,F11=L11,F11<0),(O11+Q11+S11+U11+W11 +Y11+AA11),0)

Hope this helps.

Pete

Sunnyskies wrote:
Afternoon,

Sure just typed this, but anyway.

Scenario to explain.

I have a date in B11, with a value in F11 and another in L11 with more
values in O11:AA11.

So to explain my problem:

1. If there is a date in B11 AND OR
2. Cell F11 equals L11 but their values must not be zero

Then add O11:AA11

If all three of these criterias are meet then add up O11:AA11

I have this:

=IF(AND(B11="",F11=L11),0,(O11+Q11+S11+U11+W11+Y11 +AA11))

Thanks



Sunnyskies

Using AND OR
 
Thanks Pete.

Now I am getting greedy.

Want to add to the conditions. If cells F11 and L11 equal greater than
zero/nil but there is no data in O11+Q11+S11+U11+W11+Y11+AA11 or their sum
equals zero/nil, I want a message in the formula cell to say "Hey missing
some info here"

Thanks

"Pete_UK" wrote:

Try this:

=IF(AND(B110,F11=L11,F11<0),(O11+Q11+S11+U11+W11 +Y11+AA11),0)

Hope this helps.

Pete

Sunnyskies wrote:
Afternoon,

Sure just typed this, but anyway.

Scenario to explain.

I have a date in B11, with a value in F11 and another in L11 with more
values in O11:AA11.

So to explain my problem:

1. If there is a date in B11 AND OR
2. Cell F11 equals L11 but their values must not be zero

Then add O11:AA11

If all three of these criterias are meet then add up O11:AA11

I have this:

=IF(AND(B11="",F11=L11),0,(O11+Q11+S11+U11+W11+Y11 +AA11))

Thanks




PCLIVE

Using AND OR
 
Maybe this:

=IF(AND(F11=0,L11=0,O11+Q11+S11+U11+W11+Y11+AA11 =0),"Hey missing some info
here",IF(AND(B110,F11=L11,F11<0),(O11+Q11+S11+U1 1+W11+Y11+AA11),0))


"Sunnyskies" wrote in message
...
Thanks Pete.

Now I am getting greedy.

Want to add to the conditions. If cells F11 and L11 equal greater than
zero/nil but there is no data in O11+Q11+S11+U11+W11+Y11+AA11 or their sum
equals zero/nil, I want a message in the formula cell to say "Hey missing
some info here"

Thanks

"Pete_UK" wrote:

Try this:

=IF(AND(B110,F11=L11,F11<0),(O11+Q11+S11+U11+W11 +Y11+AA11),0)

Hope this helps.

Pete

Sunnyskies wrote:
Afternoon,

Sure just typed this, but anyway.

Scenario to explain.

I have a date in B11, with a value in F11 and another in L11 with more
values in O11:AA11.

So to explain my problem:

1. If there is a date in B11 AND OR
2. Cell F11 equals L11 but their values must not be zero

Then add O11:AA11

If all three of these criterias are meet then add up O11:AA11

I have this:

=IF(AND(B11="",F11=L11),0,(O11+Q11+S11+U11+W11+Y11 +AA11))

Thanks






Sunnyskies

Using AND OR
 
Great, works like a winner.

"PCLIVE" wrote:

Maybe this:

=IF(AND(F11=0,L11=0,O11+Q11+S11+U11+W11+Y11+AA11 =0),"Hey missing some info
here",IF(AND(B110,F11=L11,F11<0),(O11+Q11+S11+U1 1+W11+Y11+AA11),0))


"Sunnyskies" wrote in message
...
Thanks Pete.

Now I am getting greedy.

Want to add to the conditions. If cells F11 and L11 equal greater than
zero/nil but there is no data in O11+Q11+S11+U11+W11+Y11+AA11 or their sum
equals zero/nil, I want a message in the formula cell to say "Hey missing
some info here"

Thanks

"Pete_UK" wrote:

Try this:

=IF(AND(B110,F11=L11,F11<0),(O11+Q11+S11+U11+W11 +Y11+AA11),0)

Hope this helps.

Pete

Sunnyskies wrote:
Afternoon,

Sure just typed this, but anyway.

Scenario to explain.

I have a date in B11, with a value in F11 and another in L11 with more
values in O11:AA11.

So to explain my problem:

1. If there is a date in B11 AND OR
2. Cell F11 equals L11 but their values must not be zero

Then add O11:AA11

If all three of these criterias are meet then add up O11:AA11

I have this:

=IF(AND(B11="",F11=L11),0,(O11+Q11+S11+U11+W11+Y11 +AA11))

Thanks







All times are GMT +1. The time now is 10:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com