Search results

  1. Lutfor Rahman Shimanto

    [Solved] Get Values against each duplicate entry

    Hello Ihab Welcome to ExcelDemy Forum. Thank you for sharing your expertise with our ExcelDemy Forum! The extra values you added are effective. We appreciate you sharing your formulas with us, and we feel it will benefit others who visit our thread. Formulas (Contributed by Ihab): Thanks...
  2. Lutfor Rahman Shimanto

    [Solved] Saving New Cases

    Dear AhmdHM Thanks for your appreciation. You are most welcome. Regards Lutfor Rahman Shimanto ExcelDemy
  3. Lutfor Rahman Shimanto

    [Solved] VBA to open pdf files in a folder and print all

    Hello Bigme Thanks for your nice words. You are most welcome. Regards Lutfor Rahman Shimanto ExcelDemy
  4. Lutfor Rahman Shimanto

    [Solved] Saving New Cases

    Hello AhmdHM Thanks for reaching out and sharing your problem. You wanted a VBA code that searches for the Pat_Code in the Main sheet; if the code doesn't exist in the LineList, it will be added in the next row. I am delighted to inform you that I have developed an Excel VBA Sub-procedure to...
  5. Lutfor Rahman Shimanto

    [Solved] Empty space in cell with Code128 function

    Hello GSFRAGARO Welcome to ExcelDemy Form. Thanks for sharing your problem. You have encountered an issue like you have a string with two consecutive zeros, but the code generates an empty character. In Our machine, the code and font work perfectly fine if we have a string with two consecutive...
  6. Lutfor Rahman Shimanto

    [Solved] Get Values against each duplicate entry

    Hello Saood Ahmed Thanks for reaching out and sharing your problem. The requirements you described can be reached using a Helper column. I am happy to inform you that I developed an idea and some formulas using the COUNTIF, INDEX and MATCH functions. Follow these steps: Step 1: Select cell C3...
  7. Lutfor Rahman Shimanto

    [Solved] How to get data from different sheets to one sheet

    Hello Koolrk Thanks for sharing your problem. In your office, you have Excel 2007. So, you need formulas that are compatible with the Excel 2007 version. I am delighted to inform you that I have developed some formulas to fulfil your requirements using the IFERROR, AVERAGEIFS, SUMIFS...
  8. Lutfor Rahman Shimanto

    [Solved] Inserting a Word document

    Hello Richard Welcome to ExcelDemy Forum. Thanks for reaching out and sharing your problem. Without embedding, you wanted to insert a Word Document as a tab within an Excel Workbook. That is not entirely possible in Excel. However, I am presenting an idea which will fulfil your requirements in...
  9. Lutfor Rahman Shimanto

    [Solved] VBA to open pdf files in a folder and print all

    Hello BigMe Thanks for sharing your problem with such clarity. You have several pdf files in a specific folder. You want to copy some of the files and save them to other folders, then open all those saved files using VBA. Assuming your dataset is like the following GIF. I am delighted to...
  10. Lutfor Rahman Shimanto

    [Solved] Using If statements to evaluate cells and then change color similar to conditional formatting

    Hello Bino1121 It is good to see you again at the ExcelDemy Forum. Thanks for sharing your problem with such clarity. I am delighted to inform you that I have developed an Excel Event Procedure and a Sub-procedure to fulfil your requirements. I modified some of your given sub-procedure and...
  11. Lutfor Rahman Shimanto

    Convert between lat/long and UTM

    Hello Lucas Thanks for reaching out and sharing your queries. The presented User-defined function for calculating UTM Northing in the article should be compatible with most versions of Excel. If you want more compatibility, consider making a few adjustments: replacing the # symbol (used to...
  12. Lutfor Rahman Shimanto

    Automated Data Sheet

    Hello Nikhil Patki Thank you for getting back to us, and I appreciate your diligence in checking your spam/junk and inbox folders. We will ensure you receive another copy of our response by next Sunday. Stay Blessed. Regards Lutfor Rahman Shimanto Excel & VBA Developer ExcelDemy
  13. Lutfor Rahman Shimanto

    Links within the workbook

    Hello Nikhil Patki I understand the complexity of your workbook structure with multiple columns of employee details and attendance records and the need to extract specific information from another sheet. One practical approach is to use relative references when creating links to address the...
  14. Lutfor Rahman Shimanto

    Calculating KM running and Mileage of vehicle

    Dear Nikhil Patki I'm delighted to hear that you found our support helpful and that you've been learning a lot about Excel. The formula presented here is a basic demonstration to solve that problem. Of course, these formulas can be enhanced to dynamically calculate dynamic fuel-filling entries...
  15. Lutfor Rahman Shimanto

    Automated Data Sheet

    Dear Nikhil Patki We value your time and appreciate your patience in this matter. We have sent a response to your email. Kindly check your inbox, including the spam or promotions. If, for any reason, you are unable to locate our response, please let us know, and we will be more than happy to...
  16. Lutfor Rahman Shimanto

    Links within the workbook

    Hello Nikhil Patki Thanks for sharing your queries. If we create links within a workbook in Excel, the links are generated based on the file location and name. When you change the workbook's filename or destination, the links will break because the original file path or sheet name no longer...
  17. Lutfor Rahman Shimanto

    Automated Data Sheet

    Hello Nikhil Patki Thanks for sharing about you and your requirements. To manage all these tasks, I recommend developing an Excel-based system. To develop such a System, you can consider getting support from Excel Consultancy Services of ExcelDemy, where you will get consultancies at minimal...
  18. Lutfor Rahman Shimanto

    Calculating KM running and Mileage of vehicle

    Hello Nikhil Patki Assuming your data is in columns A to D (Date, Veh No, Op Km, Qty). Follow these steps: Step 1: Total KM Running Select cell G2 => Insert the following formula => Hit Enter. Step 2: Total Fuel Consumed Select cell G3 => Insert the following formula => Press Enter...
  19. Lutfor Rahman Shimanto

    Attendance Sheet - extra column appearing

    Dear Nikhil Patki Thanks for sharing your problem with such clarity. I am presenting an Event Procedure that will fulfil your requirements. You must keep that Event Procedure within the sheet module. Excel VBA Event Procedure: Private Sub Worksheet_Change(ByVal Target As Range) If...
  20. Lutfor Rahman Shimanto

    [Solved] How to Sum dynamic multiple range

    Dear BigMe Thanks for your queries. Unfortunately, you can not keep that code in a module. You must keep the code in the sheet module because the previous code is an Event Procedure. However, we can modify the previous code and turn that into a Sub-procedure. Excel VBA Sub-procedure: Sub...

Online statistics

Members online
0
Guests online
1,359
Total visitors
1,359

Forum statistics

Threads
456
Messages
2,020
Members
1,886
Latest member
taixiuonlinecab
Back
Top