![]() |
Multiple criteria IF statements?
Can you have an if statement with mulitple criteria?
For example IF columns A1:A22 contain "High" and columns B1:B22 contain "Low" then returns a value of 5? |
Multiple criteria IF statements?
=IF(A:A="High",IF(B:B="Low",5,""),"")
If this post helps click Yes --------------- Jacob Skaria "Eán" wrote: Can you have an if statement with mulitple criteria? For example IF columns A1:A22 contain "High" and columns B1:B22 contain "Low" then returns a value of 5? |
Multiple criteria IF statements?
Per row?
=IF(AND(A1="High",B1="Low"),5,"") -- __________________________________ HTH Bob "Eán" wrote in message ... Can you have an if statement with mulitple criteria? For example IF columns A1:A22 contain "High" and columns B1:B22 contain "Low" then returns a value of 5? |
All times are GMT +1. The time now is 01:25 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com