Tyrel Smith
New Member
- Joined
- Nov 20, 2020
- Messages
- 26
- Office Version
- 2016
- Platform
- Windows
Can someone help me please.
As you can see in cells B17 and C17 I have a size with a ± value of 0.30 and column D is for the lowest size(110.50 - 0.30) and Column E is for the highest size(110.50 + 0.30). The formula that I am using works perfectly but that is only if there is ± but sometimes I have only - or only +. So I tried to use an or function but I get an error and even if it did not give an error, it would only return true but in need it to be a value.
So if its a + then the lowest size should stay what it is(110.50) but increase the size by the given amount and insert it into the highest size column.
And if its a - then decrease the size by the given amount and insert it into the lowest size column and the highest size column must be == the size column.
As you can see in cells B17 and C17 I have a size with a ± value of 0.30 and column D is for the lowest size(110.50 - 0.30) and Column E is for the highest size(110.50 + 0.30). The formula that I am using works perfectly but that is only if there is ± but sometimes I have only - or only +. So I tried to use an or function but I get an error and even if it did not give an error, it would only return true but in need it to be a value.
So if its a + then the lowest size should stay what it is(110.50) but increase the size by the given amount and insert it into the highest size column.
And if its a - then decrease the size by the given amount and insert it into the lowest size column and the highest size column must be == the size column.