mohdamir1989
New Member
- Joined
- Oct 17, 2017
- Messages
- 42
Dear All,
I have single cell having remarks of work done. I need to extract the data based on two conditions. I'm already using below formula which returns the word in cell but not fulfilling the condition I need.
Relay & Capacitor replaced
=IF(ISNUMBER(SEARCH("Relay",$T64)), "Relay", "")
It returns the relay, But I need it to output "relay" only if "replaced" is there in cell. as sometimes string is as below
Relay & Capacitor adjusted/missing
in such case it should not pick up "relay"
Your help in this regards is highly appreciated
Best Regards
M. Amir Waqas
I have single cell having remarks of work done. I need to extract the data based on two conditions. I'm already using below formula which returns the word in cell but not fulfilling the condition I need.
Relay & Capacitor replaced
=IF(ISNUMBER(SEARCH("Relay",$T64)), "Relay", "")
It returns the relay, But I need it to output "relay" only if "replaced" is there in cell. as sometimes string is as below
Relay & Capacitor adjusted/missing
in such case it should not pick up "relay"
Your help in this regards is highly appreciated
Best Regards
M. Amir Waqas