Getting Rid Of Light Blue Lines

Jun 4, 2009

I have these light blue lines showing up on my sheet. I have "not boarders" selected and they do not print - but I can see them on the screen. Does anyone know how I can get rid of them?

View 3 Replies


ADVERTISEMENT

Conditional Formate: Fill Is Light Blue And Bottom Line Solid

Feb 14, 2010

Using 2003, I'm trying to do the following, data starting in A3, and ending in L3:-

- If A3 is blank, cells have no format
- If A3 has a value, with A4 blank, fill is light blue and bottom line solid, top line dotted
- If A3 has a value, and A4 does too, fill is light blue, top and bottom line dotted
- If H3, which is a date field, is greater than today font is black, if less than today, font is red

View 9 Replies View Related

Traffic Light Function?

Jan 10, 2010

I want to include a simple dashboard-light, which turns green, yellow or red, dependent on a value, eg in A1. [like the one appearing after my name]

A1<100 => light turns green

A1 100-500 => light turns yellow

A1 >500 => light turns red

Does something like this exist? Preferably in VBA code?

View 8 Replies View Related

Automatic Light Up 1 Row When Working In That Row

Apr 9, 2009

How to light up a row in excel when working in that row?

View 9 Replies View Related

Traffic Light In Cell

Nov 22, 2006

I am seeking to insert an image into an Excel cell by a formula or a macro.

I am currently trying to have a green traffic light appear in a cell if another particular cell has the numerical value of "1".
for example, something along the lines of: =if(A1=1,"image1.jpg","").

Now, i know the above formula doesn't work but is something similar possible?

View 9 Replies View Related

How To Make Cell Selection Light Up Whole Row

Jun 30, 2009

Is there a way to light up a row when a cell in that row is selected?
I'm working within columns A through H.

View 5 Replies View Related

Sum Of All Cells With Light Green Color?

Apr 24, 2013

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.

View 5 Replies View Related

Color Every Other Row Blue

Dec 16, 2003

I have a spreadsheet with 114 rows and I would like to write code that will color all the even numbered rows blue. I've tried using the macro recorder and then adjusting the code, but I keep getting error messages.

View 9 Replies View Related

VBA Formula Instead Of Countif And OR / AND To Get Quick And Light File

May 28, 2014

I attached herewith a file filled with Countif, sum, or, and. I look for a VBA to get lighter file. Because the file in fact will be filled up to 40,000 rows.

View 7 Replies View Related

Sum Only Cells That Are Highlighted Blue?

Apr 8, 2014

Is it possible to sum only cells that are highlighted "Blue"

View 2 Replies View Related

Delete Row If Font RGB Is Not 0, 0, 255 (Blue)

Apr 23, 2014

I'm using conditional formatting for column k that turns the cells blue (RGB 0, 0, 255) if the condition is met. I want to be able to delete all other cells where the condition is not met using a macro.

View 9 Replies View Related

Traffic Light Conditional Formatting Based On Text?

Nov 4, 2013

I'm trying to create a dashboard with traffic lights displaying the status of a task. My manager wants a to be able to pick a color (Red, Yellow, Green) from a drop down menu and then have that be displayed as a red, yellow or green traffic light. Using the conditional formatting option, I'm only able to use numerical values or a formula. I'm hoping there's a way to either create a drop down list with the 3 different colored traffic lights or a way to use VBA to have the conditional formatting search by text instead of numbers.

View 2 Replies View Related

Cell Formatting - Turn Entire Row To Light Gray

Dec 13, 2013

IF the list value in D2 is = to MT,GP,or H then I need the entire row 2 to turn light gray.

View 6 Replies View Related

Make All Blank Cells Blue?

Mar 20, 2009

I want to make all the cells that are outputted as blank by my formula a certain color to distinguish them from non blank cells. my current formula: [B1=IF(A1=0,"",A1)]. my guess would be to use an [AND] function but I do not know how to command a cell to change color without using the toolbar.

View 4 Replies View Related

Locate Blue Cells In Col F Then CHANGE Value To 0% Using VBA

Dec 17, 2013

Need VBA code to start with row 5 and look through COL F for any blue cells, IF=BLUE change the percent to 0% for that cell.

The RGB color code for this particular shade of blue is: Red 153, Green 204, Blue 255.

View 2 Replies View Related

Alter The Font Color Of The ROW To Be Blue

Sep 30, 2009

I have a column that has a date in it. If the day of the date = 07 (Ex: 08/07/2009 or 12/07/2009 etc etc) then I want to alter the font color of the ROW to be blue...or even just the text....

View 9 Replies View Related

Conditional Formatting To Achieve Traffic Light Results For 3 Different Values?

Jan 7, 2014

I am wanting to have conditional formats so the cell fill in a range on sheet 1 will change to:

- red if the value of a cell on a seperate sheet (date) is greater than 18 months old
- yellow if the value of a cell on a seperate sheet is 'In progress'
- green if the value of a cell on a seperate sheet (date) is less than 18 months old

View 5 Replies View Related

Traffic Light Icon Based On Dates Historic - Present And Future

Aug 15, 2012

What I need to do it create a traffic light icon, just the ones in Excel based on the dates within the field. If there is a date present which is past todays date then I would like it to display the green traffic light icon, if the date present is scheduled for a future date I would like the amber traffic light to show, and finally if there is no date present at all I would like it to display a red traffic light icon.

View 1 Replies View Related

Count If The Interior Color Of Cells Is Blue

Dec 30, 2008

Can I have a formula which counts blue colored cells in column A.

View 3 Replies View Related

VBA Turn The Whole Row Orange With A Dark Blue Font

Sep 20, 2007

I have a spreadsheet that uses many columns, and I have already used all 3 conditional formats. 4 if you include the original format. VBA code that will turn the whole row Orange with a dark blue font, if the cell in the row says "Enrolled"?

View 9 Replies View Related

Autofilter Blue Arrow On Wrong Column

Jan 25, 2008

I am running into a roadblock, I have added an auto filter to my spread sheet, however now when I use it the filters I select are not showing up on the column that is being filtered. For some reason they are 2 -10 colums over, a totally seprate column it is kinda weird.

View 9 Replies View Related

Unable To Unhide Rows Some Blue Row Numbers Some Black?

Aug 11, 2013

I am unable to unhide some rows on a sheet. Row 1 though 34 the row numbers are blue. After that row 65 and on are black. I can unhide columns but not the rows. By the way row 35 through 64 are missing or hidden. How do I unhide everything?

View 2 Replies View Related

Running Tally Traffic Light System - Find Previous Values Upwards In A Column

Jul 21, 2014

I'm trying to work out to most efficient way of making a quality monitoring system which uses traffic lights to show problem products.

The traffic light system need to obey the following "rules".

Each product is tested once daily When a product fails once it moves to Amber, When a product Fails twice in a row it moves to RedOne pass when a product is in Amber Status, will reset it to green.If a Product is in Red status, it much have 3 consecutive passes to reset to Green.

I have tried to use array formulae to look up a column for previous values in the past for this sort of thing, but with 100000+ rows it runs far too slowly.

Banana Problem?
Product
Result
Traffic Light (0=green, 1=amber, 2=red)

[Code].....

View 1 Replies View Related

Conditional Formatting :: Make Cell Blue After 90 Days Passed

Jan 19, 2010

This might be a simple answer but... if A1 had the date 1-Jan-2010, what formula would I used, within conditional formatting, to make that cell turn blue once 90 has passed? So the cell should turn blue on 1-Apr-2010.

View 10 Replies View Related

2000 - Autofilter, The Drop-down Arrow Turns Blue In Color

Feb 10, 2010

When using the autofilter, the drop-down arrow turns blue in color, i.e., when some filter citerion is being used, the small down-arrow turns a different color as a way of informing the user that a filter is in place. Is there a way to control the color of this? Currently, mine turns blue, but it would be more useful if I could change it to a brilliant color in order to make it contrast more with the default black. Blue is too difficult to be distinguished by my eyes. The autofilter is turned on via a macro. If there a line of code that controls the color.

View 2 Replies View Related

Advanced Goal Seek: Two Cells Missing Highlighted In Blue

May 8, 2007

I have the total sales for a company. Then I have four specific segments that fall under those sales. Two out of the four segments I have exact sales figures for. The other two segments I just have the year-end sales and the dollar increase in each quarter. Is there a way to solve in excel for the missing quarters. So each of the four segments would have to add up to the total sales for both the quarter and the year. I've attached my example spreadsheet too. There are two cells missing highlighted in blue but i'm going to try to obtain that data. provided i fill in those two blanks, is there way to back into the rest of this spreadsheet?

View 3 Replies View Related

Excel Starts With Blue Window When Alternate Startup Folder Is Defined

Jul 10, 2013

I have tried to define an alternative start-up folder (my goal is to have a PUBLIC.XLSB to store Macros every one can use)

BUT: When I do this, Excel does not start with any open workbook anymore. It starts with a blue background, and need to click "New" first for a workbook to open and work in.

How do I avoid this? One solution that would work, but requires the user to have Macros activated, is to add a workbook during the opening of Excel, but I would like to avoid this.

View 7 Replies View Related

Macro To Make A Cell Background Blank If It Is Not Orange Or Dark Blue?

Apr 17, 2008

Does anyone know how to use a macro to make a cell background blank if it is not orange or dark blue?

View 12 Replies View Related

"If" Statement: Work Out On A Spreadsheet How Many Failures I Have Had According To A Traffic Light System

Jan 7, 2009

I have a scenario where I am trying to work out on a spreadsheet how many failures I have had according to a traffic light system. If I have 5 or less failures it is considered green, between 6-10 amber and 11 or more red. How can I create a formula under column A that captures which status it is on?

View 3 Replies View Related

Top 3 With Dark Colours - Remaining 2 With Light Colours In Conditional Formatting?

May 6, 2014

I'm sure this will be an easy query.

These are marks scored by 5 people in 10 exams

Name of the student
MARKS
MARKS
MARKS
MARKS
MARKS
MARKS
MARKS
MARKS
MARKS
MARKS[code]....

Range
A1 to K6

In each row top 5 MARKS should be filled with BLUE,VIOLET,YELLOW,RED AND PINK

If its not possible. Top 3 with dark colour, remaining 2 with light colour using conditional formatting

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved