May 17 2023 05:57 AM
Hi,
I need some help in creating a formula.
Example:
H4 contains the value 10%
G5 contains the value 50
D5 contains the value 42
H5 is where the formula goes:
When G5 is less than H4 and is less than D5 then highlight the cell
I have attempted to create the formula but got stuck on how to incorporate D5
=$G5*(1-H$4)
Thanks for any help!
Patrick
May 17 2023 06:00 AM
What exactly do you mean by "G5 is less than H4"? G5 is a number and H4 is a percentage...
May 17 2023 06:26 AM
May 17 2023 06:29 AM
That is different from your original description! Use this formula in the Conditional Formatting rule of type 'Use a formula to determine which cells to format':
=$G5*(1-H$4)>=D5
May 17 2023 06:46 AM
May 17 2023 07:21 AM
SolutionI have edited your workbook.
May 17 2023 07:50 AM
May 17 2023 07:21 AM
Solution