Search results

  1. shamimarita

    [Solved] Excel Formula help

    If the calculation isn't returning the correct percentage, it suggests there might be an issue with either the formula range or how the conditions are interpreted. Here are some troubleshooting steps to ensure accuracy: 1. Check the Range in the Formula Verify that the range in the COUNTIFS...
  2. shamimarita

    [Solved] Table can't be called

    You're most welcome! I'm so happy to hear that the explanation helped deepen your understanding. Exploring alternative formulas is a great way to work around Excel 2019's limitations. Alhamdulillah for your progress! 😊 Let’s continue to help each other, making this forum a valuable and popular...
  3. shamimarita

    [Solved] Excel Formula help

    Hello, To modify the formula to count values between 0 and 48 (inclusive), you can use the following formula: =COUNTIFS(A2:A100, ">=0", A2:A100, "<=48") COUNTIFS allows you to apply multiple conditions. A2:A100, "&gt;=0" ensures that the values are greater than or equal to 0. A2:A100...
  4. shamimarita

    [Solved] Problem using IFERROR, INDEX and SMALL commands

    Hello Mike, Thank you for your kind words! I'm so glad to hear that the solution is working well for you. If you have any more questions or need further assistance, don't hesitate to reach out. Let’s keep helping each other in the forum and make the ExcelDemy community even better together!
  5. shamimarita

    [Solved] Problem using IFERROR, INDEX and SMALL commands

    Hello Thank you for sharing the details of the dataset. Based on this, it appears that the formula you're working with is trying to match a value in the "Region" column ('Detailed List'!$T$4:$T$3004) with a value in V$3 and returns corresponding values from the "Producer" column ('Detailed...
  6. shamimarita

    [Solved] Excel Formula help

    Hello, You can use the following formula to calculate the percentage of values completed on or before the target value (e.g., 48 days). Assuming your positive values (number of days since completion) are in column A (starting from A2), and you want to compare it to a target of 48 days, you can...
  7. shamimarita

    [Solved] Table can't be called

    Hello Firman, It seems like the issue you're facing may be related to how Excel 2021 handles array formulas differently, including using curly brackets. For the error you encountered, I suggest correctly entering array formulas (using Ctrl + Shift + Enter for array formulas in Excel 2019). If...
  8. shamimarita

    [Solved] Table can't be called

    Hello Firman, Excel 2019 supports tables and structured references, but the behavior you're experiencing shouldn't be version-related. If the issue persists despite using correct syntax, it could be related to Excel settings or a potential corruption in the workbook. Are you using @ or it's...
  9. shamimarita

    [Solved] Adding text from one cell to the middle of text in another.

    Hello Wez, Welcome to the forum! You can achieve this using the SUBSTITUTE function in Excel. Assuming the HTML content with [SWAP] is in column A and the replacement text is in column G, you can use the following formula: Formula: =SUBSTITUTE(A1, "[SWAP]", G1) A1: The cell containing the...
  10. shamimarita

    [Answered] Match From Data Sheet "With Based On Drop Down

    You can use the provided idea to create a solution tailored to your requirements. Instead of selecting ranges individually, consider structuring your data for seamless formula application. For example, ensure consistent headers and column alignment in the Data Sheet. Using structured references...
  11. shamimarita

    [Answered] Match From Data Sheet "With Based On Drop Down

    To accommodate branch-specific matching and summation for duplicate division names, you can use the following formula in Sheet1 or Sheet2: Formula for Sales/Profit: =SUMIFS('Data Sheet'!C:C, 'Data Sheet'!A:A, $B$4, 'Data Sheet'!B:B, A5) Explanation: $B$4 refers to the branch dropdown in...
  12. shamimarita

    [Answered] Match From Data Sheet "With Based On Drop Down

    Hello Muh, You can use the XLOOKUP function to import data from sales and profit sheets. Sales: =XLOOKUP(B4,'Sales 2021'!B3:B25,'Sales 2021'!C3:Q25,1) Profit: =XLOOKUP(B4,'profit 2021'!B3:B26,'profit 2021'!C3:Q26,1) Excel File:
  13. shamimarita

    [Solved] VBA Code to Copy data from different worksheets

    You're very welcome! I'm glad I could assist. Let's keep helping each other and make the ExcelDemy forum a valuable resource for everyone. If you have more questions, feel free to ask. Have a great day!
  14. shamimarita

    [Solved] VBA Code to Copy data from different worksheets

    Hello Shane0278, There are a few issues in your VBA code that might cause a runtime error: Typo in Variable Name (rSH): The variable rSH is used in your code, but it is not declared or assigned anywhere. You likely meant to use Dsh (the data sheet) instead of rSH. Correction: Replace all...
  15. shamimarita

    [Solved] Creating A Cheque Entry from Sheet 1 and save the data to Sheet 2

    You’re most welcome! I’m glad I could help. Let me know how it works out for you, or if you face any challenges while trying it. I’m here to assist if you need further guidance. Good luck with your project, it’s a great step toward making your work more efficient!
  16. shamimarita

    [Solved] Excel Template for employee uniform issues

    Hello Robbie, Thank you for sharing your detailed approach to structuring the Excel template for tracking employee uniform issues. Your suggestion to use separate tabs for Purchases, Issues, and Inventory, along with dynamic formulas for tracking balances, is both practical and efficient. This...
  17. shamimarita

    [Solved] كيفية ربط خلايا بين ملفين ونقل البيانات تلقائي

    Hello saim09, Agree! Linking cells between Excel files is a powerful way to keep data synchronized. External references work great for simpler connections, while VBA macros offer robust solutions for complex automation. Ensuring file accessibility and proper storage is key to avoiding broken...
  18. shamimarita

    [Solved] Creating A Cheque Entry from Sheet 1 and save the data to Sheet 2

    Hello cedie082915, Welcome to the world of Excel! Creating a system to enter cheque details and save them to another sheet is a great idea to keep track of your transactions. Follow the given steps to do it. Step 1: Structure Your Sheets Sheet 1: Use this sheet to input cheque details. For...
  19. shamimarita

    [Answered] Charting challenge

    Hello, Thank you for clarifying! I now understand that you'd like to maintain the separation of cost areas in your graph, similar to the example provided in the Moneysmart budget planner. You also want the chart to reflect the monthly totals for each cost area from the table AN18:AU30. Here’s...
  20. shamimarita

    [Answered] Charting challenge

    Hello want2learn, I understand you're aiming to create a chart in Excel that compares individual monthly totals against the year-to-date (YTD) total for each month. Let's work through this step by step to achieve your desired outcome. 1. Organize Your Data: Ensure your data is structured...

Online statistics

Members online
1
Guests online
111
Total visitors
112

Forum statistics

Threads
460
Messages
2,047
Members
2,819
Latest member
cwinsloan
Back
Top