Hi
I need a bit of help with a nested IF AND formula. I can get nested IF's to work with no problem, however if I add and into the mix it seems to go awry. The data i have is as follows;
<tbody>
A
B
1
2500
Yes
2
2500
No
3
1200
Yes
4
1200
No
5
1900
Yes
6
1900
No
</tbody>
The...