Customers that still need to be listed for - Multiple Conditions

dalecastillo1

New Member
Joined
Apr 27, 2022
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
Hi,

I am having a hard time pulling customers that still need to be listed under column AE. Essentially, if the customer has a green checkmark, it means we are done listing on that customer and any red x's means we have not listed them yet. So I want to be able to come up with a formula that will inform me which customers still need listing (red x's) in the last column. I am only able to pull only one customer at a time as opposed to multiple.

1651088435637.png
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
You say you can get one customer. By repeating the formula and using & in between you could string them together. However:
If the number of customer columns is not defined and is more than a trivial number, then doing this with standard formulas will be cumbersome.

An alternative is to build your own formula using VBA. An other alternative is to update all the cells in the final column using a macro and a click of a button.

Need help on this? Which route?
 
Upvote 0
What kind of the green check mark and red x?
are they check boxes or object inserted?
 
Upvote 0
I'd think Asci 252 (check) and 251 (cross), or even Wingdings font. Dalecastillo, please clarify
 
Upvote 0

Forum statistics

Threads
1,214,975
Messages
6,122,537
Members
449,088
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top