Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel Pivot Table Row Section Drop Down List

Status
Not open for further replies.

valdosta

MIS
Dec 18, 2002
50
US
Hi, the row section in an Excel pivot table, which reads data from an Access table, looks like below:

Sex (drop down list)
F
M
(blank)

How can I change it to the follwoing without changing Access table:

Sex (drop down list)
Female
Male
Missing Data

Thanks in advance!
 
Hmmm....I'm sure that you can do it with vba but try this.

Export the data to Excel and then record a macro for three find and replaces. Then select all of your data and you should be set to go. Of course, you'd have to run the macro each time.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top