Hello,
I am trying to use proxies with SEO Tools for Excel but in the formulas. I know how to use proxies via Settings/Global HTTP Settings, but I can't find the right way to use them with the HttpSettings() function.
For example, if I have
A1 --> ip : 151.151.22.22
B1 --> port : 128
C1 --> user : cydz
D1 --> pass : pass
E1 could be for example : =A1&","&B1&","&C1&","&D1
wich would give 151.151.22.22,128,cydz,pass
but what should be the formula to get the right settings ?
=HttpSettings( ) ??