
SSRS report - conditional reporting after exporting to excel?
1 Expert Answer
Kiran K. answered 08/15/23
Passionate about teaching advanced concepts in MS Excel & SQL
The way you do it is by using "Use a Formula to Determine which cells to format" option in "Edit Formatting Rule". Let's say you have column A where you need this formatting done. Also, the range of cells that need formatting are A2:A10. Go to cell A2. Navigate to "Home->Conditional Formatting->Highlight Cells Rules->More Rules->"Use a Formula to Determine which cells to format->Format Values where this Formula is true". Enter =$A2="R". Click "Format" and select the formatting you need for the cells that contain "R". Click OK and then another OK. The second step is to keep the cursor on A2 and go back to "Conditional formatting->Manage Rules". You will see the Conditional Formatting Rules Manager. In the applies to put your range. $A$2:$A$10. And click Apply->OK. If you did this you should see all the cells that have the value "R" show the formatting you needed. Hope that helps
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Edward E.
It would probably be best to do this with some process after exporting. It could be done with a macro from a different file or with Python.02/11/22