Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2151

Re: Formula to include string based on existence of specified strings : not working reliably

$
0
0

Hi Abhilash

 

I entered the LowerCase statement into the formula, but out of 5 records containing the included criteria, only 2 were included in the output... so I added an UpperCase statement as well... but this made no difference... still only 2 records out of 5 in my output.

 

Here is the formula as it now stands.... let me know if the UpperCase lines are not required (could you explain how the LowerCase statement covers upper case data?).

 

IF Instr(LowerCase({ecatalog_csv.DesObjectStatement}),"aboriginal") > 0

or Instr(LowerCase({ecatalog_csv.DesDescription}),"aboriginal") > 0

or Instr(LowerCase({ecatalog_csv.SigStatement}),"aboriginal") > 0

or Instr(LowerCase({ecatalog_csv.ProProductionNotes}),"aboriginal") > 0

or Instr(LowerCase({ecatalog_csv.Pro2ProvenanceNotes}),"aboriginal") > 0

or Instr(LowerCase({ecatalog_csv.DesObjectStatement}),"aborigine") > 0

or Instr(LowerCase({ecatalog_csv.DesDescription}),"aborigine") > 0

or Instr(LowerCase({ecatalog_csv.SigStatement}),"aborigine") > 0

or Instr(LowerCase({ecatalog_csv.ProProductionNotes}),"aborigine") > 0

or Instr(LowerCase({ecatalog_csv.Pro2ProvenanceNotes}),"aborigine") > 0

or Instr(LowerCase({ecatalog_csv.DesObjectStatement}),"aborigines") > 0

or Instr(LowerCase({ecatalog_csv.DesDescription}),"aborigines") > 0

or Instr(LowerCase({ecatalog_csv.SigStatement}),"aborigines") > 0

or Instr(LowerCase({ecatalog_csv.ProProductionNotes}),"aborigines") > 0

or Instr(LowerCase({ecatalog_csv.Pro2ProvenanceNotes}),"aborigines") > 0

or Instr(LowerCase({ecatalog_csv.DesObjectStatement}),"indigenous") > 0

or Instr(LowerCase({ecatalog_csv.DesDescription}),"indigenous") > 0

or Instr(LowerCase({ecatalog_csv.SigStatement}),"indigenous") > 0

or Instr(LowerCase({ecatalog_csv.ProProductionNotes}),"indigenous") > 0

or Instr(LowerCase({ecatalog_csv.Pro2ProvenanceNotes}),"indigenous") > 0

or Instr(LowerCase({ecatalog_csv.DesObjectStatement}),"didjeridu") > 0

or Instr(LowerCase({ecatalog_csv.DesDescription}),"didjeridu") > 0

or Instr(LowerCase({ecatalog_csv.SigStatement}),"didjeridu") > 0

or Instr(LowerCase({ecatalog_csv.ProProductionNotes}),"didjeridu") > 0

or Instr(LowerCase({ecatalog_csv.Pro2ProvenanceNotes}),"didjeridu") > 0

or Instr(LowerCase({ecatalog_csv.DesObjectStatement}),"didgeridoo") > 0

or Instr(LowerCase({ecatalog_csv.DesDescription}),"didgeridoo") > 0

or Instr(LowerCase({ecatalog_csv.SigStatement}),"didgeridoo") > 0

or Instr(LowerCase({ecatalog_csv.ProProductionNotes}),"didgeridoo") > 0

or Instr(LowerCase({ecatalog_csv.Pro2ProvenanceNotes}),"didgeridoo") > 0

or Instr(LowerCase({ecatalog_csv.DesObjectStatement}),"boomerang") > 0

or Instr(LowerCase({ecatalog_csv.DesDescription}),"boomerang") > 0

or Instr(LowerCase({ecatalog_csv.SigStatement}),"boomerang") > 0

or Instr(LowerCase({ecatalog_csv.ProProductionNotes}),"boomerang") > 0

or Instr(LowerCase({ecatalog_csv.Pro2ProvenanceNotes}),"boomerang") > 0

or Instr(UpperCase({ecatalog_csv.DesObjectStatement}),"aboriginal") > 0

or Instr(UpperCase({ecatalog_csv.DesDescription}),"aboriginal") > 0

or Instr(UpperCase({ecatalog_csv.SigStatement}),"aboriginal") > 0

or Instr(UpperCase({ecatalog_csv.ProProductionNotes}),"aboriginal") > 0

or Instr(UpperCase({ecatalog_csv.Pro2ProvenanceNotes}),"aboriginal") > 0

or Instr(UpperCase({ecatalog_csv.DesObjectStatement}),"aborigine") > 0

or Instr(UpperCase({ecatalog_csv.DesDescription}),"aborigine") > 0

or Instr(UpperCase({ecatalog_csv.SigStatement}),"aborigine") > 0

or Instr(UpperCase({ecatalog_csv.ProProductionNotes}),"aborigine") > 0

or Instr(UpperCase({ecatalog_csv.Pro2ProvenanceNotes}),"aborigine") > 0

or Instr(UpperCase({ecatalog_csv.DesObjectStatement}),"aborigines") > 0

or Instr(UpperCase({ecatalog_csv.DesDescription}),"aborigines") > 0

or Instr(UpperCase({ecatalog_csv.SigStatement}),"aborigines") > 0

or Instr(UpperCase({ecatalog_csv.ProProductionNotes}),"aborigines") > 0

or Instr(UpperCase({ecatalog_csv.Pro2ProvenanceNotes}),"aborigines") > 0

or Instr(UpperCase({ecatalog_csv.DesObjectStatement}),"indigenous") > 0

or Instr(UpperCase({ecatalog_csv.DesDescription}),"indigenous") > 0

or Instr(UpperCase({ecatalog_csv.SigStatement}),"indigenous") > 0

or Instr(UpperCase({ecatalog_csv.ProProductionNotes}),"indigenous") > 0

or Instr(UpperCase({ecatalog_csv.Pro2ProvenanceNotes}),"indigenous") > 0

or Instr(UpperCase({ecatalog_csv.DesObjectStatement}),"didjeridu") > 0

or Instr(UpperCase({ecatalog_csv.DesDescription}),"didjeridu") > 0

or Instr(UpperCase({ecatalog_csv.SigStatement}),"didjeridu") > 0

or Instr(UpperCase({ecatalog_csv.ProProductionNotes}),"didjeridu") > 0

or Instr(UpperCase({ecatalog_csv.Pro2ProvenanceNotes}),"didjeridu") > 0

or Instr(UpperCase({ecatalog_csv.DesObjectStatement}),"didgeridoo") > 0

or Instr(UpperCase({ecatalog_csv.DesDescription}),"didgeridoo") > 0

or Instr(UpperCase({ecatalog_csv.SigStatement}),"didgeridoo") > 0

or Instr(UpperCase({ecatalog_csv.ProProductionNotes}),"didgeridoo") > 0

or Instr(UpperCase({ecatalog_csv.Pro2ProvenanceNotes}),"didgeridoo") > 0

or Instr(UpperCase({ecatalog_csv.DesObjectStatement}),"boomerang") > 0

or Instr(UpperCase({ecatalog_csv.DesDescription}),"boomerang") > 0

or Instr(UpperCase({ecatalog_csv.SigStatement}),"boomerang") > 0

or Instr(UpperCase({ecatalog_csv.ProProductionNotes}),"boomerang") > 0

or Instr(UpperCase({ecatalog_csv.Pro2ProvenanceNotes}),"boomerang") > 0

then ({ecatalog_csv.SumRegistrationNumber})+ chr(13) + ({ecatalog_csv.DesObjectStatement})

 

many thanks

Karen


Viewing all articles
Browse latest Browse all 2151

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>