I am trying to create a formula that looks at a spreadsheet containing training percentages for employees. I need to look at these percentages and based on the date that the person started I need to look at certain rules. First it needs to look at what has happened more recently , moving to a new department or promotion. Next it needs to use that info to decide which rule to use. Ex. the person started 90 days ago then they are subject to rule A. The training percentage then needs to be looked at to see what rating they have. EX. percentage < 90% but > 75% gives a rating of 1. percentage than 50% gives rating of 2. percentage < than 50% rating of 3. Rule B would contain different criteria. My problem is that I tried nesting IF statements but I need more than 7. When I tried to do this in VBA I couldn't get it to work.
My pallet lost color-coding - if I hover over each little scare it displays the names for the colors and if I click on them they color the cells with the right colors, but the palette itself lost the visual display of colors except for 8 colors: black, blue, red, magenta, yellow, cyan, and white.
I use color-coding of cells a lot and I find it difficult to work without visual clues. At least the hover-support allows me to get the work done, but with difficulty.
Macro that will search Column A for Yellow Cells. If it finds a Yellow Cell it will then check to see if the row below it has any value.If there is not value in the cell right below it then it will Delete that entire row that the Yellow Cell is on and stop the program. If it finds a value it will then continue down the column looking for another Yellow cell. The reason for this macro is because I have another macro that is deleting duplicates and it sometimes leaves a Yellow Row at the bottom of my information.
One cell in my spreadsheet determines the number of parts in a box. What i want to do is use conditional format - if there are 7 parts in a box then every 7th cell in that column is coloured yellow. If there are nine parts then every 9th cell in the column is coloured yellow Etc...how to do this?
Why won't this reference work? It's driving me nuts! I'm sure I have an almost identical referencing in another part of the workbook that works.. I have tried other referencing without the variables, and it works, but I need to do this with the variables because the ranges change.
I would like to have a macro that searches a selected area for a number (there may be many of them in the spreadsheet) and highlight it in yellow. Please be noted that I don't only want it to search and highlight the number in its respective order, but also every one of its possible arrangement. To make it easier, please also be noted that all of the numbers I will need to search are only 3 digit numbers.
Refer to the attached document : Highlight Number Desired Results.xlsx‎
I would like to run a macro on few sheets. For that, I think the best way would be FOR...NEXT. On the attach file, I would like to put a yellow color on cell A1 for the sheets listed on SUMMARY, Cell B5 to B8.
I am new to excel and need a formula for conditional formatting. In E1 I will be putting a date for the month and in cell J1 I want it to highlight green if there is a date in E1 and if there is nothing in E1 I want it to be red.
Somehow, from a fresh instal of Excel (to try and cure the same problem), and Insert Module, the box is green. Viewing a macro, the background is green, some of the code is black on green, but most is black or blue in white boxes cut out of the green. The code appears normal on another computer.
I am now trying this using Conditional Formatting in Excell 2000; so limited to 3 conditions. However I cannot get it work with multiple conditions:-
Values;-
A34 = Heritage Rly Assn Business Development Committee A35 = North London Rly Historical Society C34 = 23/09/2009 (formatted as WEEKDAY DD MMM YYYY) D34 = 23/09/2009 13:30 (formatted as HH:MM)
In Cell C34
Format condition 1:-
=A34<>A35 , Format Bottom Border
Format condition 2:-
=AND(WEEKDAY(C34)>1,WEEKDAY(C34)<7,HOUR(D34)<18,A34<>A35), Format Bottom Border and Yellow pattern
In cell c34 Format condition 1 activates NOT condition 2.
In another cell, C13, condition 3 correctly operates; in this row A13 = A14. Condition 1 works i.e. the cells A1 and A2 are the same only cell A2 has the bottom border and if Cell A2 and A3 are different there is a bottom border in both cells. There must be something wrong with my formula in condition 2 but I can't see what; condition 2 is just condition 1 amd 3 amalgamated.
The condition 2 should read:
If the date is not a Saturday or Sunday in cell C34 and the time is before 18:00 hours in Cell D34 and the name in the "a" cell i.e. A34 does not equal the name in the "a" cell below this one i.e. A35 put in a bottom border and colour the cell yellow.
I have a macro that generates multiple sheets in a work book then formats the data on each sheet the same, I would like to highlight the same two cells in each sheet with a background color of yellow. My format code is below, I can seem to get fill to work with the sh. property
For Each sh In Worksheets sh.Range("O1").Value = "Total Amount" sh.Range("P1").FormulaR1C1 = "=SUM(RC[-2]:R[99]C[-2])"
I've devised a monthly savings sheet to allow me to track my savings towards a deposit on a house. My target is £xxx a month, but as I could contribute loose amounts of money I'd like to be able to display a field next to each month of how much over I've contributed or how much under I've contributed.
I'd like this to be represented as:- If I contribute more than £xxx for a month then display it as green text and calculate how much over has been contributed.
If I contribute less than £xxx for a month then display it as red text and calculator how much under the contribution has been. I'm really not sure how to do this, I would do it manually normally but surely there is a way of automatically representing it.
Look within sheet "highlowperf" column K and copy the row containing cells that are filled green in column K into sheet "overallperfomers" starting from row 9 within the "overallperformers" sheet until completed. It needs to be from row 9 as i have other data above this which i need to keep intact.
Further to this i do not require all information from the row that is found to contain a green fill. I wish to copy columns A B C D E F G K.
If this second part is not possible I can settle to just copy the whole row over and i will try and work around.
I have a column that shows green when a target has been reached.
On a separate sheet, in the same workbook I have the number of days which target has been reached in the month. At present I have to update this manually, is there a way to automate this?
I need to sum the cells that are light green in color. The color is manually added. I guess I need a macro for this. I have never done a macro so be very specific.
I am trying to figure out how would be the best way in VBA to identify if a cell is colored green (column C) then in column L I want to say "YES" else nothing.
I have came up with a count so I know how many records to look at but have nothing from there.
Public Sub KPI() Dim cls As Object Dim i As Integer Dim rng As Range Set rng = Range("C9:C100") For Each cls In rng If cls.Value "" Then i = i + 1 End If Next End Sub
I need a formula for the highlighted yellow area that pulls and sums from a reference table. Not a traditional Vlookup because the reference within the report can appear in multiple columns within multiple rows.
I have a query where I am trying to find out how many people passed in green, amber and red from a series of data. I know (from the attached file) how to find out how many greens, ambers and reds there were, but how can I find out how many of the 7 in cell B12 passed in Green?