Computing.Net > Forums > Office Software > Multi-colored dots from fields in Excel

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Multi-colored dots from fields in Excel

Reply to Message Icon

Name: srsutton20
Date: August 4, 2009 at 18:06:46 Pacific
OS: Windows XP
Product: Microsoft Office excel 2007 step by step
Subcategory: Microsoft Office
Comment:

I'm a basic Excel user, but need help with a weird application. For Excel 2007, I want to build a cell with mult-colored dots (wingding character) based on whether there is a 1 in multiple other fields. For example if cell C4 has a 1 then the field should have a blue dot, if C4 and C5 have a 1, the field should have a blue and green dot. If only C5 has a 1 there should be only a green dot. There will be a total of 8 fields determining a maximum of 8 different colored dots.



Sponsored Link
Ads by Google

Response Number 1
Name: DerbyDad03
Date: August 5, 2009 at 05:48:07 Pacific
Reply:

Have you tried to write an Nested IF statement based on the criteria, with the cell containing the formula formatted to match your dots requirement?

For example, I formatted B1 as windings and entered this formula:

=IF(AND(C4=1,C5=1),"lm",IF(C4=1,"l",IF(C5=1,"m","")))

A wingding "l" is a black dot and a wingding "m" is an open dot. Therefore, based on the contents of C4 and C5, I'll get a specific set of dots in B1.

Remember that you can only have 7 Nested IFs, which should give you your 8 criteria if set up correctly.

Good luck!


0

Response Number 2
Name: srsutton20
Date: August 12, 2009 at 11:26:37 Pacific
Reply:

Hi - this works to get different characters in the cell, but does not get different colors. I've tried substituting cell references in the string instead of literals, but the color attributes don't come with the reference. For example, =IF(B3=1,$G$7,"") & IF(C3=1,$G$8,"") & IF(D3=1,$G$9,"") where G7, G8 and G9 have Wingding characters of different colors. The problem seems to be you can't copy the color attributes from one cell to another.

Thanks for the input! Any other ideas?


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Looking for recovery disk... Specialized Access Field



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: Multi-colored dots from fields in Excel

Lookup from Access in Excel www.computing.net/answers/office/lookup-from-access-in-excel/4569.html

Labels from Excel worksheet www.computing.net/answers/office/labels-from-excel-worksheet/2748.html

Can't change cell color in Excel www.computing.net/answers/office/cant-change-cell-color-in-excel/4723.html