Microsoft
Software
Hardware
Network
Question : Sharepoint formula : find text in column
Hello,
I'm trying to create a calculated column in a sharepiont list looking for a text value in another column.
Ex : if "Good" is found in column [Test] then display Ok, else display not Ok.
This look simple, so I've tried the text formula given on the Microsoft site, there :
http://office.microsoft.co
m/en-us/wi
ndows-shar
epoint-
ser
vices-help
/examples-
of-common-
formulas-H
A001160947
.aspx
But none of these formula works. If I try a very simple formula like "[Column1]+[Column2]" it works, but not with text.
Does anyone has a solution please ? Thanks,
Answer : Sharepoint formula : find text in column
I think you may need to use different separators.
Try this:
=IF([TEST]="Good";"OK";"No
t OK")
Or
=IF([TEST]='Good';'OK';'No
t OK')
Or
=IF([TEST]='Good','OK','No
t OK')
Random Solutions
Crystal Reports Shell in C#
Adding Columns to ASP.Net Gridview Control
cant delete folders: The source file name(s) are larger than is supported by the file system...
How to repair a dell e171fpb monitor
Fake Antivirus program prevents any application from being launched
Replacing Design lost all e-mails in inbox
Mapping drives over a site to site VPN
Google Apps Gmail and legacy MS Exchange (SBS) 2003 Synchronisation
Compare Column Names in Tables in Schema A With Column Names in Tables in Schema B.
P2V Fails using VMware COnverter standalone client