I am using the following function to calculate something called compound deflection in my spreadsheet
=(DEGREES('Upright calc'!C$24/CALCULATION!C$141)*1.5) + (DEGREES(H25/D$15)*1.5)
This part works fine and will give me a number ranging from between 0 and 30
I then have an And function that references a number of cells and returns a true or false. This also works well until i ask the And function to reference the result of the formula above. When i do this it returns the value 0 instead of True or False. Has anyone come across anything like this before?
=(DEGREES('Upright calc'!C$24/CALCULATION!C$141)*1.5) + (DEGREES(H25/D$15)*1.5)
This part works fine and will give me a number ranging from between 0 and 30
I then have an And function that references a number of cells and returns a true or false. This also works well until i ask the And function to reference the result of the formula above. When i do this it returns the value 0 instead of True or False. Has anyone come across anything like this before?