Forum Discussion
Serdet
Apr 27, 2021Copper Contributor
Multiple Arguments
Hi All, I have the following data set; Scaffold Required Scaffold Return Date? Scaffold Complete Yes 01/01/2020 Yes N/A I want to apply a formula to the c...
HansVogelaar
Apr 27, 2021MVP
Let's say the data are in columns A to C, with headers in row 1.
In C2:
=IF(OR(A2="",AND(A2="Yes",B2="")),"",IF(A2="N/A","N/A","Yes"))
Fill down.
- SerdetApr 27, 2021Copper ContributorHi Hans Vogelaar,
Thank you for your response. I have entered your formula but it doesn't seem to be working. 'Scaffold Required' columns that contain N/A are not coming across as N/A in column 'Scaffold Complete'.
Any suggestions?
Elliot- HansVogelaarApr 27, 2021MVP
It appears to work for me...
Could you attach a sample workbook without sensitive information that demonstrates the problem?
- SerdetApr 28, 2021Copper ContributorHi Hans Vogelaar,
It appears there was a problem on my end but it all seems to be working now.
Thank you very much for your help.
Have a good day!
Elliot