Hello,
Below is a function I am working on. Everything in my function works up to when I enter a link in P6. I do not know how to count links or hyperlinks but I was hoping the was someway that if P6 has http or www as a part of link then I would like my function to compute it and release the value I want to be entered. Any help will be appreciated. Thank you.
=+IF(AND(P6="Buy"),"Buy",IF(AND(P6="Instock"),"Instock ",IF(AND(P6="Supplier"),"Supplier",IF(AND(P6="www"),"Follow Link",""))))
Bookmarks