'=IF(AND in Excel with Text condition in different table
I'm using excel to create an if else condition. I have two excel sheets with different information. Later I want to migrate this to MS Access. My condition looks like this:
=IF(AND(Table2[delivered]="yes"; (Table2[Delivered2]="yes"), "yes", "no")
I always get an error while executing. Can somebody tell me where I made a mistake? I checked several MS Excel tutorials for condition and this is how it must look like.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
