Hi
see attached s/sheet
The F column is not behaving as I would expect
On the RHS is the overall formula I am tying to replicate
Comments please
Bob M
Hi
see attached s/sheet
The F column is not behaving as I would expect
On the RHS is the overall formula I am tying to replicate
Comments please
Bob M
Last edited by 6StringJazzer; 10-03-2021 at 09:59 PM.
How are you expecting the F column to behave?
The logic you showed is more like code than a formula. It specifies results for multiple cells. You have nothing in the New Event column so I assume that is the one you need.
Formula:
Please Login or Register to view this content.
The places I wrote "unspecified" means that you have not specified a result for New Event for that condition.
the formula I have :
=IF(AND(F3="Upturn",E3<=I2),"Downturn",IF(AND(F3="Downturn",E3>=J2),"Upturn",""))
Your fomula is already worked, but we need to know how it should be calculate.
In K3 , it's blank because
=IF(AND(F3="Upturn",E3 < =I2),"Downturn",IF(AND(F3="Downturn",E3 > =J2),"Upturn",""))
AND(F3="Upturn",E3 < =I2) = False
AND(F3="Downturn",E3 > =J2) = False
Capture.JPG
Regards.
Last edited by menem; 10-03-2021 at 10:41 PM. Reason: add picture
My English is very poor, so please be patient >_<"
My Dynamic Related Dropdown post:
https://www.excelforum.com/excel-for...ml#post5657376
https://www.excelforum.com/excel-for...ml#post5655711
https://www.excelforum.com/excel-for...ml#post5655762
F4 is my main problem
I expect it to be "Upturn" [i.e. F3] NOT blank
ISBLANK is true if a cell is empty, despite the name. K3 is not empty. It has a formula. Use this:
Formula:
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks