#1   Report Post  
Posted to microsoft.public.excel.misc
DEE DEE is offline
external usenet poster
 
Posts: 250
Default and if

I am trying to get ask if H2 is greater than or equal to 50 and I2 is letter
C please make true
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 461
Default and if

Try this formula

=IF(AND(H2=50,I2="C"),"True","False")

"dee" wrote:

I am trying to get ask if H2 is greater than or equal to 50 and I2 is letter
C please make true

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default and if

You don't need the if to return true/false as And returns True/False

=And(h2=5, I2="C")

--
HTH...

Jim Thomlinson


"dee" wrote:

I am trying to get ask if H2 is greater than or equal to 50 and I2 is letter
C please make true

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default and if

=IF(AND(H2=50,I2="C"),"TRUE","FALSE")

dee wrote:

I am trying to get ask if H2 is greater than or equal to 50 and I2 is letter
C please make true


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 04:54 AM.

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"