![]() |
IF FUNCTION
I need to match criteria in two separte columns and then the third colum with
be fixed text if the criteria matches eg A1= Yes and B1=Yes then C1(column with the formula in) would show "Generate Letter" |
IF FUNCTION
Using AND()
=IF(AND(A1="Yes",B1="Yes"),"Generate Letter","") Using COUNTIF() =IF(COUNTIF(A1:B1,"Yes")=2,"Generate Letter","") -- Jacob "Dee" wrote: I need to match criteria in two separte columns and then the third colum with be fixed text if the criteria matches eg A1= Yes and B1=Yes then C1(column with the formula in) would show "Generate Letter" |
All times are GMT +1. The time now is 04:51 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com