Hi everyone,
I have a really complicated logical test that i'm not sure how to set up...
I have 6 rows of numbers to analyze and 3 columns (3 columns of numbers in total). In this function i want to see if 3 conditions exist
1) I want to see if the number in column A is less than 1
2) I want to see if the numbers follow this sequence, B5<B6,B4<B5,B3<B4,B2<B2, B1>B2
3) B6 is less than C1 by .10 and B2 id less than C6 by .30
All of this in one function to spit out True or False
I know this is really busy and complicated but if anyone can help me into an IF statement I will really appreciate this!
Bookmarks