conditional-formatting

Can I use VBA to make Excel forget that it followed a hyperlink?

时光毁灭记忆、已成空白 提交于 2020-02-22 07:53:06
问题 I'm using conditional formatting to affect font color on certain cells containing hyperlinks in a table. When I follow the hyperlink, though, it overrides the conditional formatting in the cell, which is undesired. The conditional formatting is essentially making the text invisible if the cell immediately above the current cell has the same value. It uses a formula ( =C5=C6 ) applied throughout the range ( $C$6:$C$24 ). Things I've tried: Closing and re-opening the file fixes the issue

Is there a way to make Conditional Formatting ignore the FollowedHyperlink flag?

会有一股神秘感。 提交于 2020-02-08 02:27:32
问题 I have a table of contents in Excel 365. In the table, column 2 contains the names of worksheets and column 3 contains the names of tables and/or named ranges in the associated worksheet. I used the HYPERLINK function to link each cell to its specific component: hyperlinks for the worksheet column go to cell A1 on the associated worksheet; hyperlinks in the table/named range column go to that specific table or named range. Since this results in several repeats of worksheet names, I used

How to stop other conditional formatting from disappearing when hackmodding databars into solid fills?

一笑奈何 提交于 2020-01-24 22:53:07
问题 EPPlus has no support for extLst thing which is needed to make databars conditional formatting with solid fill. They are gradient by themselves without modifications. I coded this to modify worksheet's xml directly (this gets databars from worksheet XML and then adds required extLst nodes): public static Random Rnd = new Random(); public static string GenerateXlsId() { //{29BD882A-B741-482B-9067-72CC5D939236} string id = string.Empty; for (int i = 0; i < 32; i++) if (Rnd.NextDouble() < 0.5)

Conditional format cells in Google Sheets based on [date]+X

╄→尐↘猪︶ㄣ 提交于 2020-01-16 19:16:32
问题 Please view the dynamic calendar here: Please copy and paste for testing I am transforming a check in list of guests booked in a holiday property into a dynamic calendar. (The list/data is greyed out to the right of the calendar in the shared link above.) The property is empty for some weeks hence the gaps between some check-in dates. Check-out is calculated from =[check-in]+[Nights] . Critical change overs (CCO) are calculated by the formula =IFERROR(IF(AND(VLOOKUP([Check out of departing

Conditional format cells in Google Sheets based on [date]+X

送分小仙女□ 提交于 2020-01-16 19:16:09
问题 Please view the dynamic calendar here: Please copy and paste for testing I am transforming a check in list of guests booked in a holiday property into a dynamic calendar. (The list/data is greyed out to the right of the calendar in the shared link above.) The property is empty for some weeks hence the gaps between some check-in dates. Check-out is calculated from =[check-in]+[Nights] . Critical change overs (CCO) are calculated by the formula =IFERROR(IF(AND(VLOOKUP([Check out of departing

Excel - Conditionnal formatting with formula not working but the formula itself works

倖福魔咒の 提交于 2020-01-16 08:38:49
问题 I'm trying to format a column of file paths depending on their extension (e.g. .css ). The said column of file paths looks like the following (3rd column) In another sheet, I have the following table named FileExtensionsTbl in which every column contains the extension for a conditional format. For example, all the extensions in column CSS would be used to match a specific style like all files ending with .css would match the CSS conditional format. I came up with a formula that works when

How to change the formatting and Text of a cell based on their values. (Conditional Formatting)

倾然丶 夕夏残阳落幕 提交于 2020-01-13 06:10:38
问题 Hi I want to change the Fill color and text of the cell based on its value. Let's say I have the below values. And I want to make it like this. For me the fill colors would be just easy because I will just do the Conditional formatting. However the text is making it hard. How can I change the cell values into Text like the example above. Thanks. 回答1: Create your conditional formatting rule(s) for the colors then tap ctrl+1 and apply the following custom number format. [>10]\G\r\e\at\e\r 1\0;[

How to change the formatting and Text of a cell based on their values. (Conditional Formatting)

喜你入骨 提交于 2020-01-13 06:09:35
问题 Hi I want to change the Fill color and text of the cell based on its value. Let's say I have the below values. And I want to make it like this. For me the fill colors would be just easy because I will just do the Conditional formatting. However the text is making it hard. How can I change the cell values into Text like the example above. Thanks. 回答1: Create your conditional formatting rule(s) for the colors then tap ctrl+1 and apply the following custom number format. [>10]\G\r\e\at\e\r 1\0;[

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

浪尽此生 提交于 2020-01-12 23:43:26
问题 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. 回答1: There are a lot of posts on the excellent Path To SharePoint blog regarding this subject. I am not going to list the individual posts, but the technique is called the 'Html Calculated Column'. 回答2: Although this is a late answer, this question still gets asked a lot. I've put together a summary of the possible methods of doing this, with links to

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

被刻印的时光 ゝ 提交于 2020-01-11 07:05:10
问题 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 possible? If so could someone provide me with the steps to apply this to an entire table of data? 回答1: Yes, it is possible. It was possible in previous versions of Excel, too. The condition is very simple. Select the data, starting from the second row of data (the third row counting from the header),