Forum Discussion
maryellenc48
May 20, 2019Copper Contributor
Help with If function
HI, I am trying to export relationships into a new database. I have to add the account number for each relationship type and there are many relationship types. There are more empty relationship ty...
Twifoo
May 21, 2019Silver Contributor
You can modify your IF formula this way:
=IF(B2<>””,A2,””)
=IF(B2<>””,A2,””)