L
loscherland
I need an IF formula to display TRUE or FALSE depending on what text i
contained in a cell.
Eg. Column J Contains differnt record types:
'New Agreement'
'Expiring (URGENT)'
'Completed'
'Pending'
'Cancelled'
I need a formula to look up this row & display True IF it contain
either of these 3 record types: New Agreement, Expiring (URGENT)
'Pending'
I tried this, it's completely wrong I know, but it might give u
better idea of what im looking for:
=IF(J2='Agreement',OR,'Expiring (URGENT)',OR,'Ne
Agreement',TRUE,FALSE)
*** Can you include brackets as text in a formula
contained in a cell.
Eg. Column J Contains differnt record types:
'New Agreement'
'Expiring (URGENT)'
'Completed'
'Pending'
'Cancelled'
I need a formula to look up this row & display True IF it contain
either of these 3 record types: New Agreement, Expiring (URGENT)
'Pending'
I tried this, it's completely wrong I know, but it might give u
better idea of what im looking for:
=IF(J2='Agreement',OR,'Expiring (URGENT)',OR,'Ne
Agreement',TRUE,FALSE)
*** Can you include brackets as text in a formula