ginstermanuk
New Member
- Joined
- Sep 5, 2012
- Messages
- 17
Hi all,
I'd rather do this without writing a macro if possible, i will have a list of values (one per day), these values need to be categorised as the following, Low, Low to high, high and high to low.
Low is below 50
High is above 100
Low to high is higher than the previous day but higher than 50 and less than 100
High to Low is lower than the previous day but higher than 50 and less than 100
so if i have three columns, a date column, a values column, and the final column which uses if statements(?) to show "Low","Low to High", "High", "High to Low"
What do i need to do for the if statement to work, if indeed an IF statement is the right way to do it
Thanks in advance
I'd rather do this without writing a macro if possible, i will have a list of values (one per day), these values need to be categorised as the following, Low, Low to high, high and high to low.
Low is below 50
High is above 100
Low to high is higher than the previous day but higher than 50 and less than 100
High to Low is lower than the previous day but higher than 50 and less than 100
so if i have three columns, a date column, a values column, and the final column which uses if statements(?) to show "Low","Low to High", "High", "High to Low"
What do i need to do for the if statement to work, if indeed an IF statement is the right way to do it
Thanks in advance