#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default IF, AND Formula

Hi Guys,

I am trying to create a formula to return a cell value, providing that 2
other specified criteria are satisfied.

My current formula is: =IF(Y47="Team",AND(I43="1st
Half",AD47,IF(Y47="Team",AND(I43="2nd Half",AD48))))

At present however, if the criteria is satisfied the formula cell is simply
returning "True" and if unsatisfied "False". Could anybody please suggest how
I can alter the formula to return the actual value?

Any help would be very warmly appreciated.

Many thanks in advance,

kind regards,

Ant
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default IF, AND Formula

Maybe

=IF(AND(Y47="Team",I43="1st Half"),AD47,IF(AND(Y47="Team",I43="2nd
Half"),AD48))

Mike

"Anto111" wrote:

Hi Guys,

I am trying to create a formula to return a cell value, providing that 2
other specified criteria are satisfied.

My current formula is: =IF(Y47="Team",AND(I43="1st
Half",AD47,IF(Y47="Team",AND(I43="2nd Half",AD48))))

At present however, if the criteria is satisfied the formula cell is simply
returning "True" and if unsatisfied "False". Could anybody please suggest how
I can alter the formula to return the actual value?

Any help would be very warmly appreciated.

Many thanks in advance,

kind regards,

Ant

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 06:15 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"