User Posts: Md. Nafis Soumik
0
Excel Conditional Formatting with Named Range (3 Examples)
0

In this article, you will learn to use Excel conditional formatting with named range. You will see the use of named range in conditional formatting array ...

0
Use of PERMUTATIONA Function in Excel (4 Simple Examples)
0

In this article, we will explore how to use the PERMUTATIONA Function in Excel to generate phone numbers, pin codes, license plate numbers, and even Powerball ...

0
VBA Case Vs If in Excel
0

Want to learn the use Case vs If statement in Excel VBA? Then, this is the right place for you. One of the fundamental concepts in VBA is making decisions ...

0
Excel VBA to Wrap Text (3 Practical Examples)
0

Excel VBA provides various methods to wrap text in cells, ranges, and entire worksheets. Knowing these methods can help you customize the appearance of your ...

1
How to Make an Availability Schedule in Excel (with Easy Steps)
0

You can find a number of ready-to-use templates online, but creating a customized template that fits your needs can be even more beneficial. You can customize ...

0
Excel VBA Open Workbook Event (All in One)
0

Are you tired of performing repetitive tasks every time you open an Excel workbook? Do you want to automate your workflow and save time? If your answer is yes, ...

0
How to Use Target Value in Excel VBA
0

One of the most powerful features in Excel VBA is the ability to use Target.Value method, which allows users to monitor changes made to their spreadsheet and ...

0
How to Create Half Doughnut Chart in Excel (with Easy Steps)
0

A half-doughnut chart is a type of chart that displays data in a half-circle shape with a hole in the center. It is a useful tool for presenting data in a ...

0
Excel VBA: Delete Row on Another Sheet
1

Looking for ways to delete row on another sheet using Excel VBA? Then, this is the right place for you. Deleting rows in Excel using VBA can be a powerful ...

0
How to Merge Cells in Excel Without Merging Actually
0

One of the most commonly used features in Excel is merging cells, which allows you to combine multiple cells into a single, larger cell. While this can be ...

0
Gross Sales Formula in Excel (4 Practical Usages)
0

This article aims to provide a comprehensive guide on how to Use gross sales formula in Excel. In this article, we have discussed four different cases that can ...

0
How to Create Multiple Folders at Once from Excel
0

Are you tired of manually creating multiple folders on your computer? Do you have a long list of folder names in an Excel sheet that you want to create at ...

0
Excel VBA: How to Exit a For Loop (5 Examples)
0

Excel VBA is a powerful tool that can automate tasks and make complex calculations in Microsoft Excel. One of the essential features of VBA is the ability to ...

1
How to Draw 3-Axis Scatter Plot in Excel (with Easy Steps)
0

Oftentimes, we need to draw Scatter plots in Excel. However, there is no direct way to insert a 3-axis scatter plot. Keeping this in mind, this article is a ...

0
How to Find and Replace Text Color in Excel (3 Quick Ways)
0

Certainly, finding and replacing text color in Excel is a common task that we have to perform in order to organize, highlight and present data in a clear and ...

Browsing All Comments By: Md. Nafis Soumik
  1. Hello JK,

    Which formula are you talking about?
    Do you have a formula for yourself that you want to convert?
    Or, Do you want to convert any of the formulas from the post?

    Please let us know. We would be happy to help.

    Regards
    Exceldemy

  2. Hi Jenn,
    Based on your comment, it seems you are looking for a way to create a spreadsheet that displays different tables based on the selected company.
    To address your requirement, one approach is to use Excel’s “Data Validation” feature combined with “Index” and “Offset” functions. Here’s a potential step-by-step solution:
    1. Set up your spreadsheet with separate tables for each company, each in a different range of cells.
    2. Create a list of company names (e.g., in a dropdown) where the user can select the desired company.
    3. Assign data validation to the cell where the user selects the company, limiting the input to the list of company names.
    4. Next, use the “Index” and “Offset” functions to display the corresponding table based on the selected company.

    Here’s an example of how this could work:
    1. Create separate tables for each company, each in a different range of cells (e.g., Company A in cells A1:D10, Company B in cells A15:D24, Company C in cells A29:D38).
    2. Create a dropdown list of company names (e.g., in cell A50) using Excel’s Data Validation feature.
    3. Use the “Index” and “Offset” functions to retrieve the appropriate table based on the selected company. For example, in cell A55, you could use the following formula:
    =INDEX($A$1:$D$10, OFFSET($A$1:$A$10, MATCH($A$50,$A$1:$A$10,0)-1, 0, ROWS($A$1:$A$10), COLUMNS($A$1:$D$10)))
    This formula will retrieve the table for the selected company dynamically.
    Now, when you select a company from the dropdown list in cell A50, the corresponding table will be displayed in cell A55 and automatically update based on the selection.
    Please note that the specific ranges and formulas may need to be adjusted based on the actual structure and layout of the spreadsheet. However, this approach should provide a starting point to achieve the desired functionality of displaying different tables based on the selected company in Excel.

    Regards,
    ExcelDemy

  3. Reply Avatar photo
    Md. Nafis Soumik Jul 2, 2023 at 2:06 PM

    Hello Kumar,
    Both the formulas you mentioned work fine and generate same results. Try again. If it still does not work, please send us your Excel file at [email protected]
    And yes. There is a simpler formula to find out the original price directly without calculating the GST amount. Use this formula inside cell C7: Original price = C4/(1+C5)

    Thank you.
    Regards,
    Exceldemy

  4. Hello Ed McCann,
    It’s possible that the Pivot table is referencing a range of cells that includes data outside of the intended range. Here are a few steps you can try to troubleshoot the issue:

    1. Check the source data range: Make sure that the Pivot table is referencing the correct range of cells that contain your data. Select any cell inside the Pivot table, go to the “Analyze” or “Options” tab in the ribbon, and look for the “Change Data Source” or “Select Data” button. Clicking on this button will show you the range of cells that the Pivot table is using as its data source.

    2. Check for hidden data: It’s possible that there is hidden data in the source data range that is being included in the Pivot table. Select the source data range, go to the “Home” tab in the ribbon, and click on the “Format” dropdown. From here, click on “Hide & Unhide” and then “Unhide Rows/Columns” to reveal any hidden data.

    3. Refresh the Pivot table: If none of the above steps work, try refreshing the Pivot table. Select any cell inside the Pivot table, go to the “Analyze” or “Options” tab in the ribbon, and click on the “Refresh” button. This will recalculate the Pivot table based on the current data source.

    I hope these steps help you troubleshoot the issue with your Pivot table.

    If the problem persists, then you can send your excel workbook to this email: [email protected]

    Regards
    Exceldemy

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo