ah2024_2024
New Member
- Joined
- Jun 18, 2024
- Messages
- 23
- Office Version
- 365
- Platform
- Windows
I've adding a VBA to sheet with a ton of date and I'm good most ever where but cannot for the life of me figure out how to make this work.
=IF(AND($AP6,">=2/1/2025",$D6<=$AV6,$AQ6=2,I6="A",$O6,"<>*FLAT RATE"),"YES","NO")
I have now figured out that it's that an IF AND cannot support a wildcard (the FLAT RATE section of the formula).
ANY HELP WOULD BE APPRECIATED.
=IF(AND($AP6,">=2/1/2025",$D6<=$AV6,$AQ6=2,I6="A",$O6,"<>*FLAT RATE"),"YES","NO")
I have now figured out that it's that an IF AND cannot support a wildcard (the FLAT RATE section of the formula).
ANY HELP WOULD BE APPRECIATED.