Glasgowsmile
Active Member
- Joined
- Apr 14, 2018
- Messages
- 280
- Office Version
- 365
- Platform
- Windows
Good Afternoon,
Minor issue with this IF AND Formula, I cannot get the results section to be more dynamic.
As I copy the code down the page it stays Sheet4!B2/BFR!B2, but I need it to move to B3, etc. How would I go about that?
The rest of the formula moves down correctly, just not the if true values.
Minor issue with this IF AND Formula, I cannot get the results section to be more dynamic.
As I copy the code down the page it stays Sheet4!B2/BFR!B2, but I need it to move to B3, etc. How would I go about that?
The rest of the formula moves down correctly, just not the if true values.
Code:
=IF(AND(BFR!B2="NP2", OR(BFR!B2="CLOSED")),"1-(Sheet4!B2/BFR!B2)","")