excel-2010

Apply 3-color scale to an entire row in Excel 2010.

孤人 提交于 2019-12-12 02:28:34
问题 I have an table in an MS Excel 2010. The table has two columns. The first column is a name of a person (Col A), the second column is the marks that the person secured in an exam (Col B). I am applying conditional formatting. If I choose the following wizard Home > Conditional Formatting > Format all cells based on their values I can color the Col B on a 3-color scale. This is exactly what I want. However, I want it for the entire row and not only the cell in Col B. I want the name also to be

Align identical data in two columns while preserving values in the 3rd in excel

我的梦境 提交于 2019-12-12 01:55:56
问题 I have a large amount of data spread throughout 3 columns on a worksheet in excel. I want to match identical values in columns A & B while keeping values associated with column B inline with their respective B components. Here is an example: What I have- A B C 1 a g ' 2 b h * 3 c a ? 4 d e $ 5 e b / 6 f j ) 7 g c # 8 h d @ 9 i 10 j What I am looking to achieve: A B C 1 a a ? 2 b b / 3 c c # 4 d d @ 5 e e $ 6 f 7 g g ' 8 h h * 9 i 10 j j ) I found this code, but it doesn't also carry over the

How to fix activeX checkboxes moving when opening file

给你一囗甜甜゛ 提交于 2019-12-12 01:55:27
问题 I know this question have been ask before but I did not find a good answer for me. I can't do the windows updates because this form is used on multiple computers all across the country. I have 24 checkboxes that are hidden by default and them become visible depending on the combobox value. If I save the file with the checkboxes being hidden, once I open it all the checkboxes will be at one spot(not where they are suppose to be). If I save it with the checkboxes being visible then I open it

It is possible to make 2 dropdownlist with different based on 1 value in a cell?

杀马特。学长 韩版系。学妹 提交于 2019-12-12 01:42:48
问题 After reading many tutorial, I managed to make a well effective dynamic dropdownlist My question is , let's say I want to add a third depend cell, and the problem the name of MyCell is already used once I'm using this line of code to bind the first dropdownlist (INDIRECT(SUBSTITUTE($U22," ","")&"Col")),1) Is it possible to add to this line of code something like (INDIRECT(SUBSTITUTE($U22+"Other"," ","")&"Col")),1)` as to bind the second dropdownlist so I can name a cell : MyCellOther witch

Format Top 3 and Bottom 3 Values for each row

纵然是瞬间 提交于 2019-12-12 01:22:19
问题 I think I may need a VBA macro to solve this. I have a data set of approx 10,000 rows, with 15 columns of values, and what I want to do is, for each row, highlight by conditional formatting the top three and bottom three values. I have set the rule up by using the conditional formatting tool within xl2010 for row 1, but when I copy-paste special-formats over the remaining 9,999 rows, the result is to format only the top three and bottom three values that are contained in the 9,999 rows. I

Excel2010: PasteSpecial failing when copying from IE

给你一囗甜甜゛ 提交于 2019-12-12 01:01:46
问题 I'm building a model that attempts to pull data from the web across different websites using Select All > Copy. Below is the code that I have, and it seems to work in break mode in certain areas, and in other areas it only works when I run the macro. The portion that is puzzling me at the time is when it hits: "ActiveSheet.PasteSpecial Format:="Text", link:=False, DisplayAsIcon:=False" , it fails and gives me Error 1004 "PasteSpecial method of Worksheet class failed." On hitting F8 after

VBA Sendkeys loop for print options

倾然丶 夕夏残阳落幕 提交于 2019-12-12 00:44:02
问题 Update: @Blackhawk provided me with the piece of information I needed to answer the question - scroll to the bottom for a working solution. We've had some annoying new print software installed on our systems which requires me to select each worksheet in an Excel workbook and set the print options (i.e. landscape, page size, collate preference, colour etc) on it separately. Support seems to think this is perfectly acceptable, and aren't much help. There are two work arounds that I've found,

Find the difference between two cells

一世执手 提交于 2019-12-11 20:07:15
问题 Below is the example of my Excel sheet. In that I want to find the Gain and Loss using the E and D cells. If E>D it should calculate E-D and the value should be entered in F cell and if E 回答1: Enter this formula into cell F2 : =IF(E2 > D2, E2 - D2, "-") Then enter this formula into cell G2 : =IF(E2 <= D2, E2 - D2, "-") For a row where something is not a gain or a loss, a - dash will appear in that column. 回答2: Use the IF() Function. In the GAIN column, try: =IF(E2>D2, E2-D2, 0) In the Loss

VBA Overflow error after office 2007 to 2010 update

◇◆丶佛笑我妖孽 提交于 2019-12-11 19:17:52
问题 I have a VBA macro that worked correctly in Excel 2007 but after updating to 2010 it throws errors. The Macro basically copies raw data from one sheet to multiple sheets. The error being thrown is error 6: Overflow. The line that is throwing the error is Dim y As Integer y = Worksheets("Raw Data").Range("A2").End(xlDown).Row I initially thought ok ill change it to long and it will kill the overflow error. Well i guess it killed the error but it also output very wrong results and then relized

Excel Sumif, Sumifs with partial strings in multiple columns?

 ̄綄美尐妖づ 提交于 2019-12-11 18:20:53
问题 So this is the simplified question I broke down from a former question I had here: Excel help on combination of Index - match and sumifs? . For this one, I have Table1 (the black-gray one) with two or more columns for adjustments for various order numbers. See this image below: What I want to achieve is to have total adjustments for those order numbers that contain the numbers in Total Adjustment column in the blue table, each of which will depend on the cell beside it. Example: Order number