Hi
I want to create a calculated field in pivot table and to use this function
= IF('Amount Sold' >7,"good","bad")
But I got an error message #Values, but if I use this function
= = IF('Amount Sold' >7,1,2)
I get 1 and 2 based on the value of Amount Sold. Why text is not accepted in If fucntion in Pivot table? Thank you very much
I want to create a calculated field in pivot table and to use this function
= IF('Amount Sold' >7,"good","bad")
But I got an error message #Values, but if I use this function
= = IF('Amount Sold' >7,1,2)
I get 1 and 2 based on the value of Amount Sold. Why text is not accepted in If fucntion in Pivot table? Thank you very much
Name | Item | Amount Sold | Region | Row Labels | Sum of Amount Sold | Sum of Field1 | ||
Mary | A | 10 | East | A | 10 | 1 | ||
Raj | B | 5 | West | B | 5 | 2 | ||
Jack | D | 5 | East | C | 10 | 1 | ||
Bob | C | 10 | Cental | D | 5 | 2 | ||
Grand Total | 30 | 1 | ||||||