PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Charting Value shading map issue

Reply

Value shading map issue

 
Thread Tools Rate Thread
Old 09-02-2004, 08:15 PM   #1
Chris
Guest
 
Posts: n/a
Default Value shading map issue


I am creating a map in Excel using MS Map to show a US
map. When using the value shading function, I can't
figure out how to keep the states that have no values
blank. What happens is the key shows a range of values (0-
10, 11-20). I need the states that have NO value to have
their own color (or lack of color) and I am not sure how
to do this...

Any suggestions?

Chris
  Reply With Quote
Old 09-02-2004, 11:07 PM   #2
Debra Dalgleish
Guest
 
Posts: n/a
Default Re: Value shading map issue

In your data, you could calculate the state name in a new column, and
use the calculated name in the map. For example, if state names are in
column D, and values are in column E:

=IF(E2=0,"",D2)

The state name will appear blank if the value is zero.

Create the map using the value, and the calculated state name. When
prompted, choose to Disregard All.

The missing states will use the default fill colour, or you can select a
custom colour.

Chris wrote:
> I am creating a map in Excel using MS Map to show a US
> map. When using the value shading function, I can't
> figure out how to keep the states that have no values
> blank. What happens is the key shows a range of values (0-
> 10, 11-20). I need the states that have NO value to have
> their own color (or lack of color) and I am not sure how
> to do this...
>
> Any suggestions?
>
> Chris



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  Reply With Quote
Old 11-02-2004, 05:32 PM   #3
Guest
 
Posts: n/a
Default Re: Value shading map issue

But the range of my key gives "0-9%" as one color and I
need 0 to be it;s own color.

I am using vlookup to use a range. For example, if the
value is 15%, then it calls "11-20%."

So I would like the key to read as follows (words in
brackets would be the colors).

[white] none
[first shade] 1-10%
[second shade] 11-20%
etc...

any suggestions here? Can this be done?
>-----Original Message-----
>In your data, you could calculate the state name in a new

column, and
>use the calculated name in the map. For example, if state

names are in
>column D, and values are in column E:
>
> =IF(E2=0,"",D2)
>
>The state name will appear blank if the value is zero.
>
>Create the map using the value, and the calculated state

name. When
>prompted, choose to Disregard All.
>
>The missing states will use the default fill colour, or

you can select a
>custom colour.
>
>Chris wrote:
>> I am creating a map in Excel using MS Map to show a US
>> map. When using the value shading function, I can't
>> figure out how to keep the states that have no values
>> blank. What happens is the key shows a range of values

(0-
>> 10, 11-20). I need the states that have NO value to

have
>> their own color (or lack of color) and I am not sure

how
>> to do this...
>>
>> Any suggestions?
>>
>> Chris

>
>
>--
>Debra Dalgleish
>Excel FAQ, Tips & Book List
>http://www.contextures.com/tiptech.html
>
>.
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off