Share via

Excel IF/FILTER formula

Anonymous
2024-11-15T04:06:38+00:00

Hi there,

I have 2 sheets in my Excel file. I use the "Filter" function in the Sales Sheet to filter clients/products marked as 'Potential Sales-Yes'. However, I also want to add notes and follow-up information in the Sales Sheet. The issue arises when I add comments in columns O-R of the Sales Sheet, and update the 'Yes' (e.g., by adding Master Sheet cell N5) after those comments, the Sales Sheet Column O-R becomes fixed, and the data is no longer correct. I've tried using IF functions, but it still doesn't work. Could you advise if there is another function I can use to resolve this?

Thank and regards, YY

Microsoft 365 and Office | Excel | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

9 answers

Sort by: Most helpful
  1. Anonymous
    2024-11-15T07:03:18+00:00

    User power query to get data from master sheet.

    Data>Get data from range>Transfrom Data>filter "Yes">Delete unnessary columns> Load table.

    Then you can use selft referencing to add notes based on power query result.

    Self Referencing Tables in Power Query 🔗- Excelerator BI

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-11-15T06:52:22+00:00

    Dear Snow,

    Please correct me if I’m misunderstanding your suggestion.

    Are you saying I should manually enter all the data in a separate sheet?

    If so, how can I link this Sheet 3 with the Master Sheet "Yes" into the Sales Sheet?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-11-15T06:40:37+00:00

    Add another sheet to put comments only and use formula to get comments from third sheet to sales sheet.

    3rd sheet, Column A and Column B should be static value.(Unique ID)

    Company Name Notes
    A1 B1

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-11-15T06:25:25+00:00

    Dear Snow,

    Are there any other options or methods I can use instead of adding comments to the Master sheet?
    My Master Sheet will be too much column and become messy

    Thanks, YY

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2024-11-15T06:09:14+00:00

    Filter formula is dynamic and your notes is static. Formula cannot match them.

    You will need to add comments in master sheet instead of sales sheet. Then you can get the data you want use filter formula.

    Was this answer helpful?

    0 comments No comments