Filter
Exclude
Time range
-
Near
27 Jan 2025
ah yes some nice CELLREF in the morning
4
88
SEO TIP! Address NON INDEXED page issues from search console by doing the following. 1. Crawl your site in full with Screaming Frog SEO Spider - ensuring you set the following: Go to CONFIGURATION > CRAWL CONFIG Then go to > Crawl: Check follow internal nofollow, crawl linked XML sitemaps > Rendering: Javascript > Robots.txt: Ignore robots.txt but report status > API Access: Google Search Console - connect it, select last 16 months 2. Run your crawl 3. Export to a sheet and upload to Google Sheets 4. Export each NON INDEXED ITEM from search console i.e. crawled currently not indexed, discovered currently not indexed, duplicate google chose different canonical etc. 5. Make sure your CRAWL and NON INDEXED items are in the same spreadsheet (different tabs) i.e. name your site crawl tab FULL SITE CRAWL, then name each non indexed tab as the issue 6. Use HTTPSTATUSCODE script and run in APPS SCRIPT and then call it to check each NON INDEXED URLS status code (script is in comments) 7. Use VLOOKUP to pair up CRAWLED HTTP Status - this is great for identifying orphan pages (if your POLLED HTTP Status is 200 but crawled has no value it wasn't seen or found on the crawl - potential orphan) You can pair anything up - I typically tend to look for: Polled HTTP Status Crawled HTTP Status Word Count Internal Links (unique) Index states Canonical (you can also use IMPORTXML here) The VLOOKUP CODE is here: =IFERROR(VLOOKUP(#cellref,'#tabref'!$A$1:$YM$145124,#sheetlookupindex,FALSE),"-") You need to adjust the vlookup to match your data sets i.e. =IFERROR(VLOOKUP(A2,'Full Site Crawl'!$A$1:$YM$145124,2,FALSE),"-") In the example above I would look at cell A2 (URL) in the FULL SITE CRAWL SHEET, the index number is the column index of what I want to look up i.e. column 2 = HTTP status. When you build your data set you can then do the following: 1. Create a DATA FILTER 2. Make sure you copy and paste special > values only on your HTTP status column so it doesn't rerun the script when you sort/filter 3. You can apply a HTTP STATUS FILTER on say pages under crawled currently not indexed - I tend to duplicate the tab and apply filters for different HTTP status codes - i.e. I would apply 200 to the status filter for crawled/discovered currently not indexed to find all ACTIVE PAGES that are not indexed, I would then look at word count, internal link counts 4. You can also export GSC data to a sheet and vlookup URLS to see if anything NOT INDEXED had been in the last 16 months Enjoy :) #seo #seotips #digitalmarketing
8
27
144
13,668
.@yanxu_Cincy and the NHLBI LungMAP Consortium present a computational pipeline called “LungMAP CellRef” for efficient, automated cell-type annotation of normal and disease human and mouse lung single-cell datasets #BiotechNatureComms nature.com/articles/s41467-0…

2
4
4,971
16 Apr 2023
On the end of the row, = cellref == value ? 0 : value This puts a zero for every row that has the value you are testing. Then you can sum the new column
29
Excel & Libreoffice use different syntax to refer to cells in other sheets: Sheet!cellref as opposed to sheet.cellref. This normally doesn't matter; references are quietly converted when you move between them. It only matters when you are typing in the formula
2
1
12 Aug 2021
Three and four and six and seven Turn to five in rounding heaven Ones and twos go down and then Eights and nines go up to ten Counting folks who are alive Equals mround cellref five
1
1
1
To all my cold email friends Impose a word count on your VAs and watch their lines skyrocket in quality Add a column next to their First Line column with this formula =IF(CellRef="","",COUNTA(SPLIT(CellRef," "))) RT to save a life
2
4
26
19 Oct 2019
Replying to @SlyFlourish
I tag items in Excel with IF(ISNUMBER(SEARCH("keyword",cellref)),"keyword","") and do a keyword per column. SEARCH gives you the position of the keyword, or an error if it's not found. If you dont want it to contain a keyword, use ISERROR instead.
2
3
This is because autofill looks for a regular patterns; months out of order are not a regular pattern but matching words with a 3 letter prefix and the same suffix are a regular pattern. Use an =cellref and format date as custom Mmmm instead  x.com/crushspread/status/105…

1
1
23 Sep 2017
I Excel kör jag =NUMBERVALUE(SUBSTITUTE(WEBSERVICE("download.finance.yahoo.com/d…");".";",";1)) där AXFO.ST kan ersätt. av " & B10 & " för cellref

1
1
Who likes my new car numberplate? #cellref #excel
1
1
I have a new car numberplate. :-) #cellref #excel
1
1
@msexcel #Excel #function of #today Return only absolute (positive) numbers =ABS(CellRef) #UsefulExcel support.office.com/en-au/art…

3
6
Replying to @terracepodcast
@SPLstats think you are over complicating that fella. Just reference sheetname!cellref job done !