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.
I am proud that i am Greek.
Just to know every one.We Greeks, we are nοt proud of our politicians. Υou?
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.
Please,mark your thread [SOLVED] if you received your answer.
My Avadar picture, is from Athens Acropolis.
http://www.theacropolismuseum.gr
http://www.visitgreece.gr/
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 ""=IF(RIGHT(A1,4)=".com",20,0)
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 a dabbler in Cisco
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