Incrementing a variable containing a cell reference in excel formula using VBA
I am building a macro to allow me to reproduce a formula across or down a spreadsheet with different cell references moving in different directions (eg first cell reference is static (as if fixed with...
View ArticleVBA webscrapping English premier League form
Am trying to scrap form data(last 6 games played) but its not coming out the way I want.The form column shows green (Win), Orange(Draw) and Lose(Red).I would like to see the team first and the form...
View ArticleChange SAME Text in formulas in Multiple Columns with text in Different...
I have formulas in several columns from Column ATE to Column AVGAnd these same formulas are in Rows 2165 to 2700All the formulas have this text: ANG Now, for each row in above range - I'd like to...
View ArticleMS Excel vlookup a cell, get row, get the rightmost column from that row
Similar question seems to be this. However in my case I need an additional step (I think). What I can't get done is combine these two steps.Let's say the data structure is as below Col A | Col B | Col...
View ArticleHow to clearcontents of a Range in a row ,When a specific cell of that row is...
I have a Table ranging from ("c22:Q26"), where cell("R22"),("R23"),("R24")...up to ("(R26") are the specific cells to be selected in a row, to clear contents, I want to clearcontents of a...
View ArticleConverting formula in cell to code in VBA [duplicate]
This question is an exact duplicate of:VBA Excel Assistance [closed]I am trying to write a code where column A is dates and column B is a number from 0-1. What I want it to do is when column B is...
View ArticleAuto Sorting Data with VBA, Data Validated lists, and Conditional Formatting...
I am trying to make a spreadsheet in Excel with VBA auto-sorting the data once entered or changed but I want the user to be able to select only from drop down lists and if certain cells don't match, I...
View ArticleSum values based on criteria in alternate column
I need to subtotal the timing in column C that relates to multiple delivery scenarios of a learning course. The delivery methods are listed in column G and could be Deliver, Recap, Reinforcement or...
View ArticleHow to determine whether drop or rise in line graph is statistically significant
My initial data is weekly cloud to ground lightning flashes, binned per week of the year, in a heatmap display. Some week to week changes in lightning activity really present themselves in the heatmap,...
View ArticleHow to parse Historical close table from Yahoo Finance into exccel?
I used python 3 to parse the daily close from Yahoo into EXCEL. However, the daily close shown on the web page screen cannot be extracted. Here is the link:...
View ArticleCan someone tell me what is wrong with my 'MsgBox' code?
I am getting a Compile Error on this coding and can't figure out what is wrong with the line in red?I have searched several sites to determine what might be wrong but haven't found anything that...
View ArticleHow I can solve the VBA Projects to work in MS Office?
All VBA projects fail to work, if you use Excel, the VBA project deleted when trying to open the workbook, if it is Access, no application works because it does not find any project. For what I've had...
View ArticleIs there a easier way of making a excel spreadsheet that shows names of...
I was assigned a hw assignment where I need to write a python program that would list the names of every country and their capital that uses both excel and word. I was told to pull the data from a...
View ArticleIs there a function to count cells with multiple arguments
I’m trying to use a sumproduct formula that counts how many times “A” “D” “C” appear on a weekday and how many times “A” “D” appear on a weekend, Anyone able to help please
View ArticleWhat Excel function and process would I use to calculate time between one...
I need to determine the best way, in Excel, to use the start time in two columns (6:55/AM) and the end time in two columns (1:00/PM) to make 'if'statements such as: If >= 3:00 before 10:00AM, then...
View ArticleHow do I convert from using Internet Explorer to using MSXML2.XMLHTTP?
Internet Explorer works very slowly and I'm not happy with it how do I convert it to MSXML2.XMLHTTP I don't know much about it normally works when there is little data but when it gets too much the...
View ArticleLoop through links and download PDF's
I have a code that has been here for a while with different types of questions. This is getting closer to it's final version. However now I have a problem that there is mistake in the code and part of...
View ArticleVBA/Excel - Matching Column values with pre-defined sets
I have a case where I have a pre-defined set of values/codes what in a combination make some message. I also have an incoming file that I have to analyze on the codes, compare the sets against...
View ArticleHow to copy a data row from column A to column B, between each data row
Troubles with formula, asking for a missing matrix Steps, I have tried to retrieve data from column B to column DKnow is telling that I insert insufficient argumentsGood afternoon,I have column B, with...
View ArticleWhy is VLookup Inconsistent?
I'm using a VLookup in a spreadsheet and finding really inconsistent results. For example here's are 2 entries from my sheet that's using the VLookup lookup:Date | Transaction Type | Description | Paid...
View Article