ACF – if field has value within Field Group conditional statement [closed]

I posted on ACF site, they were very helpful in finding the solution.

if( get_field('field_name') && get_field('field_name')) {
}

Was that solution I was looking for. I knew it was never asked because it was simple logic :/ Slowly learning as I go. Hope this helps someone.