IF AND with WILDCARD

ah2024_2024

New Member
Joined
Jun 18, 2024
Messages
23
Office Version
  1. 365
Platform
  1. 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.
 
Glad we could help.
Note that dates are serial numbers and when you do >="2/1/2025", you're comparing a number with a string so won't work as intended.
 
Upvote 0

Forum statistics

Threads
1,226,831
Messages
6,193,206
Members
453,779
Latest member
C_Rules

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top