Make measure dependent on a dimension value
I’m trying to use DAX to calculate a percentage value for a list of product properties, this percentage is calculated dividing the sum of the properties divided by either the quantity of the product or...
View ArticleZapier Birthday format issue
I'm have been facing this following problem on Zapier:Invalid Resource - Your merge fields were invalid. BIRTHDAY: Please enter a month (01-12) and a day (01-31).Which birthday format should I use in...
View ArticleIf Column C contain "100" then Column D should update "001
Someone please help me to create a VBA Code. If Column C contain "100" then Column D should update "001"If Column C Contain "101" then Column D should update "002". This is required for selective cell...
View ArticleExporting list of strings to an excel cell using EPPlus
I'm currently trying to export some DataTable data to excel. One of the columns in my table is List<string>. I first create a DataTableReader and then try to load the data into a worksheet using...
View ArticleHow do i get the Timestamp to update, when the cell contains a formula...
The following code is what gives me an initial timestamp (N) and updated time (O).This works when the cell's in column D on WORKSHEET1 are manually updated. The cell's in Column DWORKSHEET1 reference...
View ArticleQuerying more than 65536 rows error in Excel 2013
I am trying to query a spreadsheet using VBA and am running up against a seeming hard limit of 65536 rows (though I am running Excel 2013).When trying to select all rows where the number of rows is...
View ArticleHow to import Excel data to Gridview in VB.Net
I want to Import all Excel into GridView using vb, but only import one This is the Example I use for Import:Imports System.Data.OleDb Private Sub Button5_Click(sender As Object, e As EventArgs) Handles...
View ArticleVBA Runtime Error "select method of object Range" is shown in Error Box then...
I have enabled errors on all breaking code. This is not allowing me to press the debug button or know what line of code is causing the crash, as excel crashes right after the Error Message. I am not...
View Articleshared *.xlam on network drive - call subs and functions
I have been scouring the forum for a solution to my challenge below, bur unfortunately without any luck. I have written some subs and functions, that I need to make available to my colleagues and that...
View Articlereadxl::read_xls returns "libxls error: Unable to open file"
I have multiple .xls (~100MB) files from which I would like to load multiple sheets (from each) into R as a dataframe. I have tried various functions, such as xlsx::xlsx2 and...
View ArticleAppend same text to every cell in a column in Excel
How can I append text to every cell in a column in Excel? I need to add a comma (",") to the end.Example:email@address.com turns into email@address.com,Data Sample:m2engineers@yahoo.co.in...
View ArticleHow to test for non-numeric input data?
I am developing a program in Excel 2016 VBA.I am trying to check for non-numeric data selected by the user.I have the following example data:My code takes the selection specified by the user and stores...
View ArticleTransposing dummy variables with a vba script
I would like to transform the structure of an excel file so that I can import it into a system which needs it to be structured in a given way.Here is a small extraction of the excel file. There is a...
View ArticleInclude columns as placeholders in Excel [closed]
I'm creating a report where I have a group of columns in Excel, two of this need to include as as placeholders if they are followed by a non-blank value in a later column but I don't know how to do it.
View ArticleImport data from Excel into SQL Server using queries
If I am not allowed to use the import function of SQL Server to bring data from Excel into SQL Server, would you be able to use queries to import the data?
View ArticleRubberduck VBA Code Inspections: Member 'x' has a 'VB_VarHelpID' attribute...
I am developing an Excel VBA project using the "Worksheet abstraction\Worksheet Proxy" technique, described in the There is no worksheet article and followed-up in my question here. My VBA code is...
View ArticleConvert CSV or TAB File Having 1.44 Million Lines to EXCEL Format Given EXCEL...
This CSV or TAB file (generated by Notepad++) has 1.44 million lines but only 5 fields per line. I cannot pull the whole file into Excel due to Excel "line limit". Is there a way to convert a CSV or...
View ArticleExport DataGridView data to excel
In my application I'm exporting DataGridView data to excel sheet now I want to pass the combobox and textbox selected values to excel sheet and I have to give title to my excel sheet as Report for my...
View Articleexcel lookup with multiple answers
How do I work out a formula to give me the results of the most days visited? eg. 1040 came in monday, tuesday and friday.Member Spend Sunday Monday Tuesday Wednesday Thursday Friday Saturday 1040 $100...
View ArticleReading number format in pandas and openpyxl
How can i read the number format for a column value in excel using pandas.For eg i have columns stored as currency like $.import pandas as pd data = pd.read_excel('temp.xlsx', engine="openpyxl")...
View Article