How to set value if there is found some word?
In example: I have column with word .COM
I like to set value in another column if there is found .COM like 20 USD.
Is this possible to achieve IF sentence?
How to set value if there is found some word?
In example: I have column with word .COM
I like to set value in another column if there is found .COM like 20 USD.
Is this possible to achieve IF sentence?
Hi
If i understoond well your point,then,
You can try this:
=IF(A1=".COM";".COM like 20 USD.";"")
iS THIS WHAT ARE YOU LOOKING FOR?
Regards
Fotis.
-This is my Greek whisper to Europe.
--Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.
Advanced Excel Techniques: http://excelxor.com/
--KISS(Keep it simple Stupid)
--Bring them back.
---See about Acropolis of Athens.
--Visit Greece.
Hi toplisek
If I understood correctly
You can have whatever you like in the cell & if it ends with .com you will get a result, or a 0 if it's missing. If you don't want the 0, substitute it with ""![]()
Please Login or Register to view this content.
Cheers
Hi Topsilek
Have a look at the file attached
Cheers
This works. Thanks. Just this. How to set OR between different IF sentences as it is quite complex.
=IF(RIGHT(R3;4)=".com";$W$9;"0");IF(RIGHT(R3;4)=".net";$X$9;"0")
Notice .com and .net
=IF(RIGHT(R3;4)=".com";$W$9;IF(RIGHT(R3;4)=".net";$X$9;"0"))
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
This is great. Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks