Excel: verschil tussen versies

Uit dotSearch
Ga naar: navigatie, zoeken
 
(8 tussenliggende versies door 6 gebruikers niet weergegeven)
Regel 1: Regel 1:
 +
2 kolommen vergelijken qua inhoud:
 +
 +
=ALS(M76<>N76;"Nee";"Ja")
 +
 +
 +
Aantal cases van gesorteerde kolom tellen:
 +
 +
=ALS(A1<>A2;1;1+B1)
 +
 +
 
Check of waarden uit kolom A ook in kolom B aanwezig zijn, zo niet, dan wordt A afgedrukt.
 
Check of waarden uit kolom A ook in kolom B aanwezig zijn, zo niet, dan wordt A afgedrukt.
 
   
 
   
<math>
+
=ALS(ISFOUT(VERGELIJKEN(A2;$B$2:$B$1009));"";A2)
=ALS(ISFOUT(VERGELIJKEN(A2;$B$2:$B$1009));"";A2)</math>
+
 
 +
 
 +
Domeinnaam uit link trekken
 +
 
 +
=MID(C2, IF(((SEARCH("/", C2, 9))-(SEARCH(".", C2, 9)+1)) > 3, SEARCH(".", C2, 9)+1, SEARCH("//", C2, 1)+2), SEARCH("/", C2, 9)-(IF(((SEARCH("/", C2, 9))-(SEARCH(".", C2, 9)+1)) > 3, SEARCH(".", C2, 9)+1, SEARCH("//", C2, 1)+2)))
 +
 
 +
 
 +
Aantal keer dat een tekst in een CEL staat:
 +
 
 +
=(LENGTE(A1)-LENGTE(SUBSTITUEREN(A1;"a href";"")))/LENGTE("a href")
 +
 
 +
 
 +
 
 +
[http://www.onetomarket.nl/online-marketing/search-engine-marketing/search-advertising/excel-trukendoos-voor-adwords.html Excel trukendoos voor AdWords]
 +
 
 +
[http://www.distilled.co.uk/blog/seo/how-to-be-an-excel-ninja-and-how-it-helps-your-seo/ How to be an Excel Ninja] / [http://www.distilled.co.uk/excel-for-seo/ part 2]
 +
 
 +
[http://www.blindfiveyearold.com/seo-excel-functions SEO Excel functions]

Huidige versie van 18 aug 2011 om 15:56

2 kolommen vergelijken qua inhoud:

=ALS(M76<>N76;"Nee";"Ja")


Aantal cases van gesorteerde kolom tellen:

=ALS(A1<>A2;1;1+B1)


Check of waarden uit kolom A ook in kolom B aanwezig zijn, zo niet, dan wordt A afgedrukt.

=ALS(ISFOUT(VERGELIJKEN(A2;$B$2:$B$1009));"";A2)


Domeinnaam uit link trekken

=MID(C2, IF(((SEARCH("/", C2, 9))-(SEARCH(".", C2, 9)+1)) > 3, SEARCH(".", C2, 9)+1, SEARCH("//", C2, 1)+2), SEARCH("/", C2, 9)-(IF(((SEARCH("/", C2, 9))-(SEARCH(".", C2, 9)+1)) > 3, SEARCH(".", C2, 9)+1, SEARCH("//", C2, 1)+2)))


Aantal keer dat een tekst in een CEL staat:

=(LENGTE(A1)-LENGTE(SUBSTITUEREN(A1;"a href";"")))/LENGTE("a href")


Excel trukendoos voor AdWords

How to be an Excel Ninja / part 2

SEO Excel functions