Hello
In Column Meter Type I have the following formula
=IF(AA2="LARGE",AND(AC2={"BASIC","MRIM"}),"Meter Requires Upgrade")
What I am trying to say is that if Column Classification contains the value "LARGE" AND column Meter Installation Code Contains the value "BASIC" OR "MRIM" then mark "Meter Requires Upgrade"
This doesn't appear to be working right as it only meeting one condition "LARGE"
[TABLE="class: grid, width: 1082"]
<colgroup><col span="2"><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Classification[/TD]
[TD]State[/TD]
[TD]Meter Installation Code[/TD]
[TD]Eligible for Pricing?[/TD]
[TD]NMI Acquisition or Renewal[/TD]
[TD]Threshold Calculation[/TD]
[TD]Meter Type[/TD]
[/TR]
[TR]
[TD]LARGE [/TD]
[TD]VIC [/TD]
[TD]SMALL[/TD]
[TD]Eligible for Pricing[/TD]
[TD][/TD]
[TD]>100[/TD]
[TD]Meter Requires Upgrade[/TD]
[/TR]
</tbody>[/TABLE]
Any help is appreciated
Thanks
Danni
In Column Meter Type I have the following formula
=IF(AA2="LARGE",AND(AC2={"BASIC","MRIM"}),"Meter Requires Upgrade")
What I am trying to say is that if Column Classification contains the value "LARGE" AND column Meter Installation Code Contains the value "BASIC" OR "MRIM" then mark "Meter Requires Upgrade"
This doesn't appear to be working right as it only meeting one condition "LARGE"
[TABLE="class: grid, width: 1082"]
<colgroup><col span="2"><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Classification[/TD]
[TD]State[/TD]
[TD]Meter Installation Code[/TD]
[TD]Eligible for Pricing?[/TD]
[TD]NMI Acquisition or Renewal[/TD]
[TD]Threshold Calculation[/TD]
[TD]Meter Type[/TD]
[/TR]
[TR]
[TD]LARGE [/TD]
[TD]VIC [/TD]
[TD]SMALL[/TD]
[TD]Eligible for Pricing[/TD]
[TD][/TD]
[TD]>100[/TD]
[TD]Meter Requires Upgrade[/TD]
[/TR]
</tbody>[/TABLE]
Any help is appreciated
Thanks
Danni