Hi,
I am using power query to extract the data from the external website. Also this power query is running in background for every 30 minutes to fetch the data and update in excel workbook.
My requirement is i need VBA macro code if the background query refresh completed then i need Message...
I have three values in the excel sheet
B Column contains Opening stock
C Column contains Sold units
D column contains Closing stock
I put the below macro code if the closing is less than or equal to zero the process should stop . But the do until statement is working more than that
>>>...
Hi
I have attached excel with leave data with input and output
In the sheet i have three types of Leave which is CL, SL & PL
If the employee availed leave more than the Opening balance then the leave should be adjust with the next column.
For example in the first data Mr. John has CL leave...
Hi
I have a excel file with three datas emp id , emp name and location. I separate the data based on the location filter
I am using the below macro code. but when i make the heading as merge the below macro is not working. It filtered only the blank cells.
Attaching the file for your reference...
Hi
I have a excel sheet with two sheets and having 3 data inside that (Emp code, Emp Name and Location)
Sheet 1 contains Format
Sheet 2 Contains Data File it contains three data (Emp code, Name and Location)
Now i want copy 1st employee code, name and location and paste in the Format sheet...
Hi
I have country name Data in A column.
I have already put the Output Data in C2 Cell using formula.
Now i am using the formula but need for this formula with used range count in A cell.
Example now i have a data in A2:A8 Cell. But if i add more data then the formula will add to the used...
Hi
I have data with 3 columns in the excel sheet attached.
1st Column is Region, 2nd column is Level and 3rd column is Marks
I need sum the Marks based on the Region and Level
Attaching the excel sheet with Input data and output Data
Kindly do the needful
Thanks
Hi,
I have excel sheet with three datas
A Cell-Emp ID
B Cell -Date of Joining
C Cell - I given my Output what answer will come
Now i was calculating Salary for June month . One employee Joined on 6th Jun 21. I want if the employee joined before 1st of June then the output column will show the 30...
Hi
I am attaching excel sheet with this
In the yellow marked color cells contains formula.
My requirement is if i Enter the data and give tab then the data which contains formula cells need to skip
Example in this excel sheet
If i enter data in B5 Cell and give Tab button it will go C5 Cell...
hi Team
I have a sales slab value from 0-5,6-10,11-20,20 & Above.
If the salesperson sells 25 nos of the product the same will be calculated according to the slab value as a bonus instead of the overall bonus percentage.
Attaching the excel sheet for your reference.
Kindly help
Hi
I try to find unique values in the data. but when data is blank it is showing as Div Error.
In this example Range B3: I3 I have two unique values Revenue and cost. so that outcome as 2 but showing as #Div/0! Error.
How to resolve this issue. Attaching excel sheet for your reference
Thanks
Hi Team,
I have excel sheets In that I have data from column C to column 7.
If the Input data all matching then I get the output as True. (The Blank should not be counted)
If all the Cell Data is Revenue then output comes as True. Provided the blank should not be counted. In this 4,7 & 8 data...
Hi,
I have a list of users in my webportal i want to select the particular user emailid and double click the user so that it will go the next page.
The below is the html code
<input what="input" name="value" type="text" ng-minlength="2" ng-model="filters[option.attribute]" placeholder="Search...
Dear Team,
I am try to put DGET Function with two workbook but showing #NUM! Error.
I have two excel sheets first is Data base and contains entire database. Second sheet name as Output.
When i put DGET Function for the first record the output is coming correct. But for the other records...
Hi
I have following html code when i execute the macro code First Name, Last Name working fine but the submit button is not executing. Submit Button not clicking
Can you check the below macro code and guide what are the changes to made in the macro code for submit button
HTML Code...