KeywordDensity - Dump One, Two and Three Words In Same Function?

Hi,

I am really enjoying this tool, however, I do have a question regarding the KeywordDensity function.

At the moment I am using the following command to pull all of the one word phrases from a website, however, I am using cell C14 as a 'website inputter'.

=Dump(KeywordDensity("https://"&C14,1,0,1))

Is there anyway, within the same function to gather all one, three and three words? Rather than having a separate function for each?

Thanks!

I don't think its possible, but a good suggestion.

Are you comfortable with VBA? You can capture the three arrays and create a new large.

I'm not unfortunately! Help would be much appreciated! :slight_smile:

Brett