Share via

Conditional Formatting based on multiple criteria

Anonymous
2022-04-06T22:04:01+00:00

Good Evening,

I have a sample data in the attached spreadsheet. I want to create an icon set conditional format based on when the employees start as well as if they are within the sales numbers. I created a table to showcase the criteria of those particular months and where the sales numbers should be (expected numbers). If they meet or exceed the numbers the icon should appear green. If the sales numbers fall between the two yellow columns, they should appear yellow. If numbers fall below the lowest yellow number, the sales data should appear red. I have included a sample of how I want it to appear AFTER the conditional format is applied. Please help!

Thank you,

Yvonne

Microsoft 365 and Office | Excel | For home | 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

4 answers

Sort by: Most helpful
  1. HansV 462.6K Reputation points
    2022-04-07T11:10:59+00:00

    You cannot do this in the Sales Number column itself but you can use a helper column.

    The formula in D5 is

    =SUM(--(C5>=VLOOKUP(B5,$A$16:$F$30,{2,4},0)))

    If you don't have Office 2021 or Microsoft 365, confirm the formula with Ctrl+Shift+Enter.

    Fill down.

    This is what the rule looks like:

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-04-07T02:07:27+00:00

    I was able to use vlookup it works only for one cell but it doesn’t allow me to copy the formula down and grab the different values. And since the data is large it will take a long time to create individualized formulas for each cell to match the month.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-04-06T22:32:15+00:00

    Was this answer helpful?

    0 comments No comments
  4. HansV 462.6K Reputation points
    2022-04-06T22:10:55+00:00

    You can upload a sample workbook to a cloud service such as OneDrive, Google Drive or Dropbox.

    Obtain a link to the uploaded file and post that link in a reply.

    Was this answer helpful?

    0 comments No comments