Have a cell populate with a cell from a list that meets certain criteria

michaeljwilson1

New Member
Joined
Mar 9, 2018
Messages
1
Hello,
I am trying to create a soil classification chart that populates a cell with the soil name after the user has entered the required information. So what I have is a list of all the soils and conditional formatting set to highlight the soil that best fits the entered criteria. Is there anyway to have excel copy what ever soil name is highlighted from the list and have that soil name be populated in another cell?
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
According to this https://www.mrexcel.com/forum/excel...nterior-color-set-conditional-formatting.html you can't find cells by their conditional color. You can only determine what color they are set to in formatting. If you can't use a different way of noting the best fit, you would have to replicate in code the conditional calculations.

In other words, suppose you set conditional formatting such that the cell turned green when the number in it was evenly divisible by 3. To find that cell in code, you would have search not for cells conditionally colored green, but for cells with values evenly divisible by 3, and then you would just assume they were colored green.
 
Upvote 0

Forum statistics

Threads
1,223,246
Messages
6,170,988
Members
452,373
Latest member
TimReeks

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