can you give an example
its difficult to know what you are after
=IF( AND(cell1=true, cell2=true) , cell3 , "")
now if you are getting a number back as text you can change back to a number by multiplying by 1
=IF( AND(cell1=true, cell2=true) , cell3 * 1 , "")