Search results

  1. shamimarita

    [Solved] weight loss graph

    Hello, To adjust your weight loss chart, you must change the y-axis values from going down to zero to reaching your goal weight. Here’s how: First, set up a new column for your Goal Weight next to your Measured Weight column. Enter your goal weight in each row of this new column. In your...
  2. shamimarita

    [Solved] Filter questions

    Hello Angleright, The issue you're facing likely stems from how Excel is interpreting the values in your reference column "L" and the lookup cell R18. Even when formatted as text, Excel sometimes treats purely numeric entries differently from alphanumeric ones in certain functions. Here’s a...
  3. shamimarita

    [Solved] stuck in excel vba

    Hello Hannibal Lecter, The issue likely arises from the Last_Row and Last_Column lines in the SearchMultipleSheets code. Here’s how to troubleshoot: Adjust Last_Row and Last_Column Calculation: Ensure these lines calculate properly if your data extends to or past the specified range. You may...
  4. shamimarita

    [Solved] Formatting issue in excel

    Hello Faisal, It seems the user is facing an issue with formatting and printing multiple Excel sheets simultaneously. To apply the same formatting across all sheets, s Select all sheets >> right-click any sheet tab >> choose Select All Sheets. Make formatting adjustments on the active sheet...
  5. shamimarita

    [Solved] Count Cells in a row based on Color

    Thank you for sharing the file. I can certainly provide guidance on using the Name Manager option or other potential workarounds, but implementing a complete solution would usually require VBA due to the complexity of the task. Since this type of customization goes beyond Excel’s built-in...
  6. shamimarita

    [Solved] Count Cells in a row based on Color

    Hello Faisal, To calculate the sum of values in Column A based on font color without an additional column, you can try this approach with a defined name range and the SUMPRODUCT function in Excel. Here’s a step-by-step solution: Define a Named Range Using GET.CELL: Since GET.CELL is an old...
  7. shamimarita

    [Solved] Count Cells in a row based on Color

    Hello Faisal, Currently, Excel doesn't have a built-in function to count cells based on color without using VBA. However, the VBA solution provided is a great way to achieve this functionality. If you're looking for alternatives, consider using conditional formatting to visually track your...
  8. shamimarita

    [Solved] split excel file into multiple excel files, based on one criteria

    Glad to hear that and you are most welcome. Keep learning Excel with ExcelDemy!
  9. shamimarita

    [Solved] Creating a roster

    Hello Khajabhai1, You can use Excel's IF function to assign week-offs based on the shift type. For Shift S1 (Sat and Sun off): =IF(A2="S1", "Sat, Sun", IF(A2="S2", "Fri, Sat", "")) If you also want to manage leaves, you can add another column to track leave days and incorporate it into your...
  10. shamimarita

    [Solved] Shift roster in Excel

    Hello, To set up the full schedule, you can create a repeating shift pattern using Excel’s MOD() and IF() functions. You can use =MOD(ROW(A1)-1,6) to cycle through numbers 0-5. Apply IF() to assign shifts: Day shift: =IF(MOD(ROW(A1)-1,6)<4,"Day","Off") Night shift...
  11. shamimarita

    [Solved] split excel file into multiple excel files, based on one criteria

    Hello IoanaStanescuNN To accomplish the task of splitting the master file into multiple Excel files based on the salesperson's email address, you can use Excel VBA to automate this process. Here's a simple VBA code to help you achieve this: Press Alt + F11 to open the VBA editor. Insert a new...
  12. shamimarita

    [Solved] Excel rows issue formulas in project/job tracker database

    You're most welcome! 😊 I'm glad I could help. Let me know if you have any more questions or need further assistance! Let's keep helping each other to build a great Excel community!
  13. shamimarita

    [Solved] Excel rows issue formulas in project/job tracker database

    Hello Jonquil, Thanks for your explanation. Your formula is correct but the issue is in the absolute range you mentioned in the formula. Your formula...
  14. shamimarita

    [Solved] Excel rows issue formulas in project/job tracker database

    Hello Jonquil, It sounds like you're facing a formula issue that stops at a certain row, and it's great that you're trying to resolve it. However, with so many sheets in the file, it’s difficult to pinpoint the problem without more details. Could you describe which sheet and row you're having...
  15. shamimarita

    Hello Omah, Please post your query in the forum post section.

    Hello Omah, Please post your query in the forum post section.
  16. shamimarita

    [Solved] Conditional formatting (Need highlight county names)

    You are most welcome. Keep contributing to the ExcelDemy forum by helping each other.
  17. shamimarita

    [Solved] Countifs -Need to populate counts in summary

    Hello Miraj, The hours list for the "TAT summary" sheet and the "TN TSR TAT" sheet were different. That's why COUNTIF is returning 0. I updated the hours range in the "TAT summary" sheet following the "TN TSR TAT" sheet. Download the Excel File:
  18. shamimarita

    [Solved] Ексель присвоить статус при нескольких переменных . Нужно присвоить статус к определенной группе магазина.

    Hello Naity, You can use nested IF statements to modify your formula to include different conditions based on store group. Here’s how to structure your formula: Using Nested IF Statements Assuming that the store group is indicated in column S and you have specific conditions for Store A, you...
  19. shamimarita

    [Answered] Auto update of Excel Charts

    You're welcome! Since the chart isn't updating automatically, could you please provide more information to help troubleshoot further? Here are a few questions that might help identify the issue: Which version of Excel are you using? Are there any external data sources linked to your table that...
  20. shamimarita

    [Solved] Ексель присвоить статус при нескольких переменных . Нужно присвоить статус к определенной группе магазина.

    Hello Naity, Thank you for your question! For better assistance from the community, could you please post your query in English? This will help ensure that more members can understand and respond to your request.

Online statistics

Members online
0
Guests online
288
Total visitors
288

Forum statistics

Threads
456
Messages
2,026
Members
1,950
Latest member
Frank.Woets
Back
Top