Excel Basics - Getting Data Table w/ Images from Web

oandic

New Member
Joined
Sep 11, 2018
Messages
3
Hello,

I am using Office 365 and I am trying to get a data table from the web and import it in an Excel sheet together with the images. Here is the table which I am trying to import:

https://royaleapi.com/clan/90R9VPP9/war/analytics

2s655kx.jpg


As you can see from the table, there are images in cells representing certain statuses which contain meaningful data:
  • Medal = win
  • Cross = loss
  • Empty medal slot = missing in action
  • Empty cell = didn't participate


I click on data and select From Web, where I paste the link. Excel brings up the following, where I select Table 0 for the info I need.

2lmb4u0.jpg



After I click load, the generated table is as below. As you can see, there are no images which denote the status of the person, this method only gets the texts etc. but the cells which should have contained the images are not pulled.

n3kzz5.jpg



Is there any way to simply get the correct images in their correct cells whenever I refresh? Unfortunately, I have no coding experience so if this needs some coding, I may need your assistance on that as well..

Thanks in advance!
Oandic
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
By the way, I've also installed Power BI Desktop with no luck; I was thinking maybe it might bring advanced options to pull images.
 
Upvote 0
One more update:

After searching online, I've managed to put together a code to isolate the images in another query (Query1) which you can find below. This query gives the images but doesn't place them in cells, I've just managed to get to the images themselves :)


Code:
[/FONT][/COLOR][COLOR=#101094][FONT=inherit]let[/FONT][/COLOR]
<code style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; white-space: inherit;">[COLOR=#303336][FONT=inherit]Source [/FONT][/COLOR][COLOR=#303336][FONT=inherit]=[/FONT][/COLOR][COLOR=#303336][FONT=inherit] Table[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]FromColumns[/FONT][/COLOR][COLOR=#303336][FONT=inherit]({[/FONT][/COLOR][COLOR=#303336][FONT=inherit]Lines[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]FromBinary[/FONT][/COLOR][COLOR=#303336][FONT=inherit]([/FONT][/COLOR][COLOR=#303336][FONT=inherit]Web[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]Contents[/FONT][/COLOR][COLOR=#303336][FONT=inherit]([/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"https://royaleapi.com/clan/8P2V9VYL/war/analytics"[/FONT][/COLOR][COLOR=#303336][FONT=inherit]),[/FONT][/COLOR][COLOR=#303336][FONT=inherit] null[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] null[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]65001[/FONT][/COLOR][COLOR=#303336][FONT=inherit])}),[/FONT][/COLOR][COLOR=#303336][FONT=inherit]
[/FONT][/COLOR][COLOR=#303336][FONT=inherit]#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Filtered Rows"[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#303336][FONT=inherit]=[/FONT][/COLOR][COLOR=#303336][FONT=inherit] Table[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]SelectRows[/FONT][/COLOR][COLOR=#303336][FONT=inherit]([/FONT][/COLOR][COLOR=#303336][FONT=inherit]Source[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#101094][FONT=inherit]each[/FONT][/COLOR][COLOR=#303336][FONT=inherit] Text[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]Contains[/FONT][/COLOR][COLOR=#303336][FONT=inherit]([/FONT][/COLOR][COLOR=#303336][FONT=inherit][Column1][/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"src=""/static/img/ui"[/FONT][/COLOR][COLOR=#303336][FONT=inherit])),[/FONT][/COLOR][COLOR=#303336][FONT=inherit]
[/FONT][/COLOR][COLOR=#303336][FONT=inherit]#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Split Column by Delimiter"[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#303336][FONT=inherit]=[/FONT][/COLOR][COLOR=#303336][FONT=inherit] Table[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]SplitColumn[/FONT][/COLOR][COLOR=#303336][FONT=inherit](#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Filtered Rows"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Column1"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] Splitter[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]SplitTextByEachDelimiter[/FONT][/COLOR][COLOR=#303336][FONT=inherit]({[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"src=""/"[/FONT][/COLOR][COLOR=#303336][FONT=inherit]},[/FONT][/COLOR][COLOR=#303336][FONT=inherit] QuoteStyle[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]None[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]true[/FONT][/COLOR][COLOR=#303336][FONT=inherit]),[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#303336][FONT=inherit]{[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Column1.1"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Column1.2"[/FONT][/COLOR][COLOR=#303336][FONT=inherit]}),[/FONT][/COLOR][COLOR=#303336][FONT=inherit]
[/FONT][/COLOR][COLOR=#303336][FONT=inherit]#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Changed Type"[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#303336][FONT=inherit]=[/FONT][/COLOR][COLOR=#303336][FONT=inherit] Table[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]TransformColumnTypes[/FONT][/COLOR][COLOR=#303336][FONT=inherit](#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Split Column by Delimiter"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],{{[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Column1.1"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] type text[/FONT][/COLOR][COLOR=#303336][FONT=inherit]},[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#303336][FONT=inherit]{[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Column1.2"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] type text[/FONT][/COLOR][COLOR=#303336][FONT=inherit]}}),[/FONT][/COLOR][COLOR=#303336][FONT=inherit]
[/FONT][/COLOR][COLOR=#303336][FONT=inherit]#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Split Column by Delimiter1"[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#303336][FONT=inherit]=[/FONT][/COLOR][COLOR=#303336][FONT=inherit] Table[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]SplitColumn[/FONT][/COLOR][COLOR=#303336][FONT=inherit](#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Changed Type"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Column1.2"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] Splitter[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]SplitTextByEachDelimiter[/FONT][/COLOR][COLOR=#303336][FONT=inherit]({[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]""""[/FONT][/COLOR][COLOR=#303336][FONT=inherit]},[/FONT][/COLOR][COLOR=#303336][FONT=inherit] QuoteStyle[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]None[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]false[/FONT][/COLOR][COLOR=#303336][FONT=inherit]),[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#303336][FONT=inherit]{[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Column1.2.1"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Column1.2.2"[/FONT][/COLOR][COLOR=#303336][FONT=inherit]}),[/FONT][/COLOR][COLOR=#303336][FONT=inherit]
[/FONT][/COLOR][COLOR=#303336][FONT=inherit]#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Changed Type1"[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#303336][FONT=inherit]=[/FONT][/COLOR][COLOR=#303336][FONT=inherit] Table[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]TransformColumnTypes[/FONT][/COLOR][COLOR=#303336][FONT=inherit](#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Split Column by Delimiter1"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],{{[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Column1.2.1"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] type text[/FONT][/COLOR][COLOR=#303336][FONT=inherit]},[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#303336][FONT=inherit]{[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Column1.2.2"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] type text[/FONT][/COLOR][COLOR=#303336][FONT=inherit]}}),[/FONT][/COLOR][COLOR=#303336][FONT=inherit]
[/FONT][/COLOR][COLOR=#303336][FONT=inherit]#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Removed Columns"[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#303336][FONT=inherit]=[/FONT][/COLOR][COLOR=#303336][FONT=inherit] Table[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]RemoveColumns[/FONT][/COLOR][COLOR=#303336][FONT=inherit](#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Changed Type1"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],{[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Column1.1"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Column1.2.2"[/FONT][/COLOR][COLOR=#303336][FONT=inherit]}),[/FONT][/COLOR][COLOR=#303336][FONT=inherit]
[/FONT][/COLOR][COLOR=#303336][FONT=inherit]#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Added Custom"[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#303336][FONT=inherit]=[/FONT][/COLOR][COLOR=#303336][FONT=inherit] Table[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]AddColumn[/FONT][/COLOR][COLOR=#303336][FONT=inherit](#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Removed Columns"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"https"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#101094][FONT=inherit]each[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"https://royaleapi.com/"[/FONT][/COLOR][COLOR=#303336][FONT=inherit]),[/FONT][/COLOR][COLOR=#303336][FONT=inherit]
[/FONT][/COLOR][COLOR=#303336][FONT=inherit]#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Reordered Columns"[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#303336][FONT=inherit]=[/FONT][/COLOR][COLOR=#303336][FONT=inherit] Table[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]ReorderColumns[/FONT][/COLOR][COLOR=#303336][FONT=inherit](#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Added Custom"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],{[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"https"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Column1.2.1"[/FONT][/COLOR][COLOR=#303336][FONT=inherit]}),[/FONT][/COLOR][COLOR=#303336][FONT=inherit]
[/FONT][/COLOR][COLOR=#303336][FONT=inherit]#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Merged Columns"[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#303336][FONT=inherit]=[/FONT][/COLOR][COLOR=#303336][FONT=inherit] Table[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]CombineColumns[/FONT][/COLOR][COLOR=#303336][FONT=inherit](#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Reordered Columns"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],{[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"https"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Column1.2.1"[/FONT][/COLOR][COLOR=#303336][FONT=inherit]},[/FONT][/COLOR][COLOR=#303336][FONT=inherit]Combiner[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]CombineTextByDelimiter[/FONT][/COLOR][COLOR=#303336][FONT=inherit]([/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]""[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] QuoteStyle[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]None[/FONT][/COLOR][COLOR=#303336][FONT=inherit]),[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Merged"[/FONT][/COLOR][COLOR=#303336][FONT=inherit]),[/FONT][/COLOR][COLOR=#303336][FONT=inherit]
[/FONT][/COLOR][COLOR=#303336][FONT=inherit]#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Renamed Columns"[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#303336][FONT=inherit]=[/FONT][/COLOR][COLOR=#303336][FONT=inherit] Table[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]RenameColumns[/FONT][/COLOR][COLOR=#303336][FONT=inherit](#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Merged Columns"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],{{[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Merged"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Images"[/FONT][/COLOR][COLOR=#303336][FONT=inherit]}}),[/FONT][/COLOR][COLOR=#303336][FONT=inherit]
[/FONT][/COLOR][COLOR=#303336][FONT=inherit]#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Duplicated Column"[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#303336][FONT=inherit]=[/FONT][/COLOR][COLOR=#303336][FONT=inherit] Table[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]DuplicateColumn[/FONT][/COLOR][COLOR=#303336][FONT=inherit](#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Renamed Columns"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Images"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Images - Copy"[/FONT][/COLOR][COLOR=#303336][FONT=inherit]),[/FONT][/COLOR][COLOR=#303336][FONT=inherit]
[/FONT][/COLOR][COLOR=#303336][FONT=inherit]#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Renamed Columns1"[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#303336][FONT=inherit]=[/FONT][/COLOR][COLOR=#303336][FONT=inherit] Table[/FONT][/COLOR][COLOR=#303336][FONT=inherit].[/FONT][/COLOR][COLOR=#303336][FONT=inherit]RenameColumns[/FONT][/COLOR][COLOR=#303336][FONT=inherit](#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Duplicated Column"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],{{[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Images - Copy"[/FONT][/COLOR][COLOR=#303336][FONT=inherit],[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"ImageURLs"[/FONT][/COLOR][COLOR=#303336][FONT=inherit]}})[/FONT][/COLOR][COLOR=#303336][FONT=inherit]
[/FONT][/COLOR][COLOR=#101094][FONT=inherit]in[/FONT][/COLOR][COLOR=#303336][FONT=inherit] [/FONT][/COLOR]</code>[COLOR=#303336][FONT=inherit]#[/FONT][/COLOR][COLOR=#7D2727][FONT=inherit]"Renamed Columns1"[/FONT][/COLOR][COLOR=#242729][FONT=Arial]

So, is there any way to simply get the correct images in their correct cells whenever I refresh the table? Unfortunately, I have very limited coding knowledge so I am open to your suggestions and assistance :)
 
Upvote 0

Forum statistics

Threads
1,216,025
Messages
6,128,356
Members
449,444
Latest member
abitrandom82

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top