Conditional formatting for a worksheet that is vertical to another worksheet that is horizontal.

sai1975

New Member
Joined
Jul 13, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I have one workbook. I have a data entry sheet where users can enter data (A3:H866) - vertical orientation. I also have a summary sheet (AB6:AM90) - horizontal orientation where I have used an Index formula to bring in values from the data entry sheets. The expectation is that if there is a value in Column G of the data entry sheet then the corresponding entry in the summary sheet should change the color of the font. I have tried to use conditional formatting but this colors the whole row with the same color instead of only coloring when a value is entered in Col G of the data entry sheet. Is there a way to use conditional formatting or other methods to dynamically increase the column reference so it's reading correctly every time. I've tried changing the absolute and relative references with no joy.

Rule 1
=ISBLANK('FY22-Forecast Data Sheet'!$G$603:$G$614)

Rule2
='FY22-Forecast Data Sheet'!$G$603:$G$614>0

I then tried the conditional formula individually and it works but this would take too much time and the users won't be happy doing it one at a time.

Rule 1:
=ISBLANK('FY22-Forecast Data Sheet'!$G627)
=ISBLANK('FY22-Forecast Data Sheet'!$G628)

Rule 2:
='FY22-Forecast Data Sheet'!$G627>0
='FY22-Forecast Data Sheet'!$G628>0

It would be great if you could help. Thanks.
 

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

Forum statistics

Threads
1,214,864
Messages
6,121,986
Members
449,058
Latest member
oculus

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