Tagged Questions

Conditional formatting is a technique used by Microsoft Excel. Cells can be configured to show different formatting, such as colours or symbols according to the value in the cell. For example, negative values could have a red fill colour for the cell.

learn more… | top users | synonyms

11
votes
7answers
3k views

How to Conditionally Format a String in .Net?

I would like to do some condition formatting of strings. I know that you can do some conditional formatting of integers and floats as follows: Int32 i = 0; i.ToString("$#,##0.00;($#,##0.00);Zero"); ...
8
votes
7answers
16k views

Pass value of a field to Silverlight ConverterParameter

I'm writing my very first Silverlight app. I have a datagrid with a column that has two labels, for the labels, i am using an IValueConverter to conditionally format the data. The label's "Content" ...
6
votes
1answer
4k views

JqGrid - AfterInsertRow, setCell. programmatically change the content of the cell

I am new to JqGrid, so please bare with me. I am having some problems with styling the cells when I use a showlink formatter. In my configuration I set up the AfterInsertRow and it works fine if I ...
4
votes
10answers
327 views

What is the best way to structure conditional logic? [closed]

It occurs to me that there are number of different ways to structure conditional logic. As far as I can see, as long as we set errors to end the script (or you can imagine the same examples but with a ...
4
votes
1answer
132 views

Excel : Conditional formatting

I have two columns, **COL-A** **COL-B** 1 419 393 2 2199 1513 3 3 3 4 23 20 5 3 3 4 2964 ...
4
votes
1answer
3k views

Change cell color in Excel according to adjacent dropdown value

I understand how to make a dropdown list. I understand how to make conditional formatting change the color of a cell. What I do not understand is how to make conditional formatting change the color ...
3
votes
3answers
1k views

Conditional Formatting On Cell Value C#

I've been researching conditional formatting for gridviews all over the place, but I am new to ASP.Net and having a hard time. This is the code that I've found that makes the most sense to me: ...
3
votes
4answers
264 views

ms-access: how to fit VERY long condition in conditional formatting

i have a very long condition. it's about 3000 characters access has only space for about one tenth of that. is there some other way to set conditional formatting on a textbox besides through the ...
3
votes
2answers
322 views

How do I apply colors to a SharePoint List, based on Status?

I would like to apply colours to a SharePoint List's rows based on status or similar. Please could someone tell me in detail how to do this.
2
votes
1answer
508 views

Conditional FormatString or String.Format

I saw this post: How to Conditionally Format a String in .Net? The first part of the question points to the ability to use conditional formats. How is this done? In my case, I want to do for ...
2
votes
1answer
192 views

Whats the best way to create a relative color algorithm for data in a html table

i have a html table of data and i want to mimic the Excel Color scales for conditional formatting so it highlights the relative value across this set of data. the html table is simply drawing out a ...
2
votes
1answer
433 views

Are Excel's Conditional Formatting Formulas Broken

Ok, so I am using excel 2007, and am trying to do some fairly complicated conditional formatting. Consider the following: =1=1 Highlights the cell. =INDIRECT(ADDRESS(2,COLUMN()))=5 Highlights ...
2
votes
2answers
886 views

How to control conditional display of partial views in ASP.NET MVC

In our standard web forms ASP.NET solutions we typically have a range of user controls within the master page and determine whether they display or not within their code behind. What is the best ...
2
votes
1answer
334 views

Can Excel Conditional Formatting use UDFs in the condition?

I have a cell in Excel that I want to format differently based on a user defined formula (UDF) - my formula tests whether there is a formula in the cell... I am trying to use conditional formatting ...
2
votes
6answers
665 views

Is there a way to do browser specific conditional CSS inside a *.css file?

Is there a way to do browser specific conditional CSS inside a *.css file? I want to define all of the styles inside of the same physical file.
1
vote
2answers
129 views

VBA Error 13 type: mismatch

I am not very familiar with VBA but needed to change my excel to allow more than 3 conditional formattings. I found the below code online and want to change the colour of the cell depending on the ...
1
vote
2answers
36 views

Is there a function of excel vb that will continuously check the sheet?

I have a combobox with the various options. For every option certain cells are formatted based on the values. As the values changes every few second, the program needs to keep checking to see if the ...
1
vote
2answers
44 views

Formatting a cell based on 2 different values

Using Excel 2010 and trying to work on some semi-complicated conditional formatting. The spreadsheet is a roster system (don't ask why...the bosses insist it's the best). I have 1 column which ...
1
vote
1answer
23 views

Conditional Formatting in Excel - 4 columns

Okay, this is probably pretty simple but far beyond my normal duties in Excel. I have four columns, with varying values in each row. For example: | A | B | C | D | ...
1
vote
3answers
103 views

Excel Conditional Formatting and dragging to neighbouring cells

I have a condition set up =IF(C2<42,C4="") the background color will turn red if met. When dragging the crosshair (at the bottom left of the cell) to neighbouring cells, the formula stays the same. ...
1
vote
1answer
379 views

Excel conditional formatting formula to compare two tables side-by-side

I have two tables side by side (equal dimensions), and I want to highlight the cells that are equal. (The two tables are side-by-side because Excel 2007 doesn't allow Conditional Formatting across ...
1
vote
2answers
133 views

Highlight cells if column contains a given number X times

I have a large Excel spreadsheet with a column that has an identifying number. Each unique number will occur at least 12 times. I would like to highlight those numbers that appear more than 12 ...
1
vote
0answers
127 views

Conflicting Gridview DataBinds for two different tasks

I have had an Export to Excel functionality built into one page. Thanks to help from here, I just added in functionality to conditionally format a certain cell (which is included in the Export to ...
1
vote
2answers
1k views

Excel 2007 - Conditional Formatting: Font reverts to Cambria

Whenever I use conditional formatting the font changes to Cambria (size 10 or something). I can't change the font nor its size using the [home, conditional formatting, manage rules, edit rule, format, ...
1
vote
1answer
4k views

Excel: If cell contains 1 or more keywords, change value of a different cell

I have a column with some string description in it. for example: Bob davids mowing the lawn tipping cows In addition I will have on a different sheet or column a list of keywords For example work ...
1
vote
2answers
950 views

SharePoint Designer 2010 - Conditional Formatting using Hidden Columns -> Inline Editing problem

I would like to conditionally format some columns based on other hidden columns. I used the method of cutting the columns that aren't too be displayed that was described here: ...
1
vote
1answer
100 views

Conditional Formatting using And in Excel?

I have a column of data...A1, A2, .. A30 Each cell contains a number. If A1, A2, and A3 are less than 0.5, I want B1 to change color to Red. If either one of them is above 0.5, then no color. Then I ...
1
vote
3answers
124 views

Should I use ELSE IF and ELSE or avoid them when possible?

I often write functions with conditional branches like this: function f if(X) { do something minor; } else if(Y) { do something minor; } else { do a whole lot of stuff; } I ...
1
vote
1answer
259 views

Highlight cells in a row where the value of a particular cell is different to that of the previous row

I'd like to apply some conditional formatting where each cell of a row is compared to the cell in the previous row. If it differs then the row is highlighted. I'm using Excel 2007. Is this even ...
1
vote
0answers
83 views

Excel 2007 - Use UDF from Add-in in Conditional Formating

I have an add-in xla file that I use to store my regularly used vba code. This funtion is stored in the addin modules. Public Function IsFormula(cell_ref As Range) IsFormula = cell_ref.HasFormula End ...
1
vote
6answers
503 views

How to convert boolean type into “ON” “OFF” using String.Format

Is there are any way to convert boolean type into "ON"/"OFF" using string formatter like: Dim inpValue as Boolean Dim outValue = String.Format("0:ON;OFF", inpValue) ' should show OFF as output ...
1
vote
1answer
586 views

Excel 2007 Format Row of Cells containing certain text

I am attempting to perform conditional formatting in Excel 2007 by checking if a cell has a specific string in it and therefore highlighting the entire row corresponding to the text. However, Excel ...
1
vote
1answer
1k views

Set the background color for a fixed range of cells

I have VBA code in an Excel spreadsheet. It is used to set the font and background color of a cell based on the value in that cell. I am doing it in VBA instead of "Conditional Formatting" because I ...
1
vote
1answer
641 views

ActiveReports Conditional Formatting - Picture Visibility

In ActiveReports, how can I change formatting based on values in the report data? Specifically, I want to show or hide pictures based on a value in the data. The report gets bound to a list of ...
1
vote
2answers
937 views

LINQ to DataSet - group by variable field, or join on a variable condition (with sum)

The following query works as long as I can add DataRelations. However, the relation "Table2Table3" may no longer be clearly defined, so I think I need to remove it. The old relation strictly joins on ...
1
vote
1answer
427 views

Excel 2007 3-color scale with negative values

Given the following data values 12 2 0 -2 -12 I want to add a 3-color scale conditional formatting to the values column such that cells < 0 are green = 0 are white > 0 are red Using ...
1
vote
1answer
622 views

Silverlight: Conditional Formatting based on Multiple Fields

Okay, still on my silverlight app here, what I need to do is to somehow perform conditional formatting on the cells of a datagrid, but the "conditional" part needs to be based upon the values of ...
1
vote
4answers
536 views

Access Reports - Hiding Fields, Labels, and other elements based on data

I've been trying to format a report to provide a listing for prospectives vendors that shows a piece of equipment's model number, serial number, range, asset number, and calibration frequency. The ...
1
vote
1answer
631 views

Excel Conditional Content/Formatting for Print vs. Screen and Page Breaks

I have a VBA publishing macro in Excel which generates a published workbook based on a master configuration worksheet and a number of worksheets with the data. The published version is straight data, ...
1
vote
8answers
449 views

Adding conditional formatting and punctuation to a set of variables

I often need to list items separated by comma, space or punctuation, addresses are a classic example (This is overkill for an address and is for the sake of an example!): echo "L$level, $unit/$num ...
1
vote
2answers
2k views

Excel Interop: Range.FormatConditions.Add throws MissingMethodException

I am writing an application which uses the Microsoft.Office.Interop.Excel assembly to export/import data from Excel spreadsheets. Everything was going fine (except for 1 based indexing and all those ...
1
vote
6answers
6k views

Conditional Formatting in HTML Tags

Is there any option for using IF-ELSE conditioning in HTML tags <if true> do something </if> <else> do something </else>
1
vote
1answer
4k views

Excel Conditional Formatting Self Reference

I'm trying to do some conditional formatting in Excel 2003, what I want to do is have a cell go red if the next cell is "Yes" and go bold if it, itself, contains "Yes". So if both cells are "Yes" the ...
0
votes
1answer
19 views

Alternate row coloring in ssrs 2008

how can I add alternate row coloring where two rows in bunch should display one color and next two rows should display other color.
0
votes
4answers
66 views

Conditional formatting using AND() function

I'm trying conditional formatting on a sheet. I need to fill the cells with a certain color according to the following conditional statement: ...
0
votes
1answer
59 views

Conditional Formatting in VBA, based on functions

I have some (semi) complex conditional formatting to do in Excel. I can get it working no problem using the menu, but I want to do it programmatically because I want it applied across multiple sheets ...
0
votes
2answers
82 views

Conditionally Choose ComboBox ItemTemplate for all Items

I have a form with two ComboBoxes. The second ComboBox holds a list of customers. The first ComboBox lets the user choose how they want to search for Customers and see them displayed. Currently, ...
0
votes
1answer
43 views

Conditional formatting rows to change color of row based on drop list selection, in Excel 2007

I am lookg for some help with what I thought would be an easy task. I have a worksheet of 200+ rows by 12+ columns. Based on a drop list selection in of the columns, I would like that corresponding ...
0
votes
2answers
65 views

Conditional Formatting in Excel using Alphanumerics

I have a conditional format in Excel that is displaying the up/down arrows based on certain values. This works just fine. However, in my spreadsheet (which is largely controlled by VBA) the user has ...
0
votes
1answer
106 views

Excel conditional Formatting per row

I uploaded the file to megaupload for a reference. you can find it here: download What I am trying to achieve is a conditional formatting of rows in a table looking for changes based on a backup of ...

1 2