Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I know 'If' statments can be used in Calculated Fields of pivot tables where the result is a number. However is there a way the result can be text? e.g. if(x.15,"Fail","Pass") Thanks! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It depends what x is, but maybe you could use a custom number format for
the data field. Double-click on the field button, and click the Number button For Category, choose Custom In the Text box, type: [.15]"Fail";[<=.15]"Pass";General David127 wrote: I know 'If' statments can be used in Calculated Fields of pivot tables where the result is a number. However is there a way the result can be text? e.g. if(x.15,"Fail","Pass") -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Debra - This worked great. Thanks!
"Debra Dalgleish" wrote: It depends what x is, but maybe you could use a custom number format for the data field. Double-click on the field button, and click the Number button For Category, choose Custom In the Text box, type: [.15]"Fail";[<=.15]"Pass";General David127 wrote: I know 'If' statments can be used in Calculated Fields of pivot tables where the result is a number. However is there a way the result can be text? e.g. if(x.15,"Fail","Pass") -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I remove a Calculated Field from the Pivot Table field list | Excel Discussion (Misc queries) | |||
Pivot table, IF function, calculated item versus calculated field | Excel Discussion (Misc queries) | |||
Calculated Field and Calculated Item in Pivot Table | Excel Discussion (Misc queries) | |||
Pivot Table Formulas Calculated Item / Calculated Field | Excel Programming | |||
pivot table formulas for calculated field or calculated item | Excel Discussion (Misc queries) |