hey I tried it with the “-” but it just returned that post here’s the query if you want:
new WP_Query("p=-$featuredpostid" , array ( 'orderby' => 'date', 'posts_per_page' => '3', 'order' => 'DESC' ) );
I got $featuredpostid from get_the_ID(); in an earlier loop
thanks for the help.