I am using excel 2007. I am trying to write a formula based on data from another worksheet in my file pulled from SAP. If there is not data in the file for the column I want an F to show up. If there is data I want an A to show up.
I have tried this
=IF('Actual Query'!BJ$22:BJ$440="","F","A")
and this
=IF('Actual Query'!BJ$22:BJ$440=0,"F","A")
and a couple of countif functions, but none have worked.
Thanks
I have tried this
=IF('Actual Query'!BJ$22:BJ$440="","F","A")
and this
=IF('Actual Query'!BJ$22:BJ$440=0,"F","A")
and a couple of countif functions, but none have worked.
Thanks