I'm working with a large excel doc that has several tabs. Trying to create a formula to tell me if there's an account number listed in column A AND if it has an X in column DJ for that specific account. If both the account number and the X in DJ are there I need an X in the new cell.
I am trying the following but it keeps coming up saying we found a problem and I have been unable to resolve using the Insert Formula tab.
=IF(countif('3.6'!A:A,A39),(AND('3.6'!DJ:DJ,DJ39),"blank","X","")
This formula below says there are too many arguments: =IF(countif('3.6'!A:A,A39),AND('3.6'!DJ:DJ,DJ39),"blank","X","")
All help is greatly appreciated!
I am trying the following but it keeps coming up saying we found a problem and I have been unable to resolve using the Insert Formula tab.
=IF(countif('3.6'!A:A,A39),(AND('3.6'!DJ:DJ,DJ39),"blank","X","")
This formula below says there are too many arguments: =IF(countif('3.6'!A:A,A39),AND('3.6'!DJ:DJ,DJ39),"blank","X","")
All help is greatly appreciated!