![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sydney, Australia
Posts: 2,908
|
Hello all,
I have a pivot table linked to an Access database. One of the pivot fields is based on a Yes/No (True/False) field in the database. The problem is, when it comes across to the pivot table it's shown as 0 or 1. Now, some of the users are getting confused (understandably) in trying to work out what they want. Does anyone know how I can convert this to a Yes/No without changing the field in my Access database? I've tried formatting the number of the field with this:- No;-;Yes but I'm getting an error. Any ideas greatly appreciated, Dan |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Format as...
[=0]"FALSE";"TRUE" Or... [=0]"No";"Yes" |
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sydney, Australia
Posts: 2,908
|
Cheers Mark, that did the trick. I had a funny feeling you'd be the one to reply.
Thanks again, Dan. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|