ypatel1990
New Member
- Joined
- Aug 8, 2014
- Messages
- 11
Hey everyone,
I currently have a column with a list of percentages of year over year change and am trying to create a column next to it to show different groupings that it would fall under for a pivot table. I keep getting the value false when running my if statements. I have an example of what I am trying to do in the Grouping column below. Not sure if the numbers being percentages is causing problems but I tried to copy and paste the column as values but all of the numbers changed.
[TABLE="width: 200"]
<TBODY>[TR]
[TD]YOY[/TD]
[TD]Grouping[/TD]
[/TR]
[TR]
[TD]0.0%[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]-25.7%[/TD]
[TD]-49 to -1[/TD]
[/TR]
[TR]
[TD]800%[/TD]
[TD]100+[/TD]
[/TR]
[TR]
[TD]-80.3%[/TD]
[TD]-100 to -50[/TD]
[/TR]
[TR]
[TD]52%[/TD]
[TD]50 to 100[/TD]
[/TR]
</TBODY>[/TABLE]
I currently have a column with a list of percentages of year over year change and am trying to create a column next to it to show different groupings that it would fall under for a pivot table. I keep getting the value false when running my if statements. I have an example of what I am trying to do in the Grouping column below. Not sure if the numbers being percentages is causing problems but I tried to copy and paste the column as values but all of the numbers changed.
[TABLE="width: 200"]
<TBODY>[TR]
[TD]YOY[/TD]
[TD]Grouping[/TD]
[/TR]
[TR]
[TD]0.0%[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]-25.7%[/TD]
[TD]-49 to -1[/TD]
[/TR]
[TR]
[TD]800%[/TD]
[TD]100+[/TD]
[/TR]
[TR]
[TD]-80.3%[/TD]
[TD]-100 to -50[/TD]
[/TR]
[TR]
[TD]52%[/TD]
[TD]50 to 100[/TD]
[/TR]
</TBODY>[/TABLE]