Random Range Within Random Range

Hi

Any help with this appreciated!

Tried for hours and cannot seem to come up with anything that works.

I have a random spawn range for an actor on the Y-Axis of -700 to 700 and within that
I want to exclude a spawn between range -200 to 200 and plug that into the Spawn Location
Transform Y in the Spawn Actor From Class node.

Regards

From the random do 2 checks. >-200 =true ; <200=false; continue

@Speed777777 , Here is a simple way to do it :

and @Mhousse1247 thanks so much for the replies, working perfectly.

Regards