Change where XY points are plotted on Stacked Bar/XY Scatter combo chart
I have a combo chart with stacked bars and XY scatter points. I have 3 bars of data and 2 series of XY scatter data. Because there are 3 bars, excel automatically plots the XY dots on the middle bar,...
View ArticleHow to find the maximum value of a column with pandas?
I have a table with 40 columns and 1500 rows. I want to find the maximum value among the 30-32nd (3 columns). How can it be done? I want to return the maximum value among these 3 columns and the index...
View Articleis there a similar function as Excel TREND function in python?
I have a Excel function "TREND(value1:value2, date1:date2, date3,TRUE)" which works well in excel, now I want this in python code. how to proceed with this. I need the value for the date3 point. my y...
View ArticleExcel freezes after using macro that sends email using Collaboration Data...
I use a macro to send out emails, I am using this approach: http://learnexcelmacro.com/wp/2011/12/how-to-send-an-email-using-excel-macro-from-gmail-or-yahoo/Everything works fine, except that after the...
View ArticleHow to convert imported data from excel, with R pkg "readxl", to...
library(rgl) library(readxl) library(plot3D) library(plot3Drgl) don<-read_excel("Classeur2.xlsx", col_names = TRUE, col_types = NULL, n_max = 24, guess_max = 24) x0 = 0 y0 = 0 z0 = 0 arrows3D(x0,...
View ArticleIs there a way to connect different Excel files without merging them? [closed]
I have to connect two excel files so that changes in one file cause changes in another one. It is not possible to merge them and just defferentiate them by being different sheets, they have to stay...
View ArticleConvert column with mixed data to string
I have an excel file with 1 column, the column contains mixed data,int & string. After I read the data from the excel file, I saw that the cell with data AZ-965 is null. this is my string...
View ArticlePower Query delete column with null value
Please help me.I need to delete columns that consists of only null cells in power query, how can I do this? If column has at least one value, the whole columns should be as it is. I have attached a...
View ArticleVBA code add cells above till next blank cell
First of all, thanks for your help so far. I'm a long time user but new member. I'm attaching an excel file with an example and the code attached to it. I need your help to finish it, I've spent hours...
View ArticleCut a table halfway in Excel
My sheet contains of cars that are placed at a certain location and need to be checked. This list is made twice a day and sometimes contains of 10 rows, sometimes 14, sometimes 12 etc. Now I would like...
View ArticlePython: find string in multiple columns and return it in new column
Hi I have an excel data with multiple columns and i need to fined specific word and return it in new column the table look like this:ID col0 col1 col2 col3 col4 col5 1 jack a/h t/m w/n y/h 56 2 sam z/n...
View ArticleCut entire row where specific cell contains a keyword and paste it into a new...
I am attempting to copy/paste rows from one worksheet to another if the B column contains 'Complete'. There is a drop down list in the column so I do not know if that is affecting anything but it is...
View ArticleFinding picture in folder and insert to sheet [closed]
I have folder with pictures with different names - 6 digits numbers. I want to able to input some number - name of picture, then I want that excel find this picture in particular folder, import /...
View Articleif then else statement makes exactly the same in vba excel
I am trying to find what's wrong with the code but i cannot. In first if statement i want to say if movement is ADD and if 3 cells of sheet 1 (DataEntry) are equal with 3 cells of sheet2(Catalogue)...
View ArticleHow to read to see if values exist in a excel file using python
I am trying to create a gui log in system with tkinter. It is going quite well in terms of registering users, but not for loging in. I have a Xltx file called Accounts, which is where the acount...
View ArticleHow to read large excel file in android app?
My app saves the data from the uploaded excel file in Room, after that search in a selected column (by the user ) for keyword then show all row for the cell which has this keyword. it reads small Excel...
View ArticleHow can I write SAP GUI SCRIPT for a SAP pop up window
I would like to have your help in order to find the solution for the following. I would like to extract SAP standard invoices to PDF files. The steps are VF03 - insert billing doc - Menu: Billing...
View ArticleHow to convert string of format ddmmyyyy to yymmdd
I am trying to convert a few strings to a specific format. So for example:ddmmyyyy to convert to yymmdd or yyyymmddyyyymmdd to convert to ddmmyy or ddmmyyyyddmmyy to convert to ddmmyyyy or ddmmyyyymmdd...
View Articlehow can I parse a date from excel in 09-Jan-2019 format and convert it into...
I have a date with some string in excel cell like, 'As of 09-Jan-2019' I need to parse this date and convert it into yyyy/mm/day format'to_search = "%d-%b-%y"''for i in range(sheet.ncols):''for j in...
View ArticlePopulate excel table using another table as reference [closed]
Apologies if something similar was asked before- I couldn't find anything. I'm trying to find a way of populating table with data from another table. In attached picture Top table is main one with...
View Article