excel - If Function using ISTEXT -


i making little formula test if cell has text, instead of outputting true , false, output "p" or "a".

for reason, when use formula:

=if(istext(search("sessiona", d2)), "p", "a") 

it outputs "a" every row , not sure incorrect formula.

any great, thank you!

=if(count(search("sessiona", d4)), "p", "a") 

i realized needed change count. sorry!


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -