John Caines
Well-known Member
- Joined
- Aug 28, 2006
- Messages
- 1,155
- Office Version
- 2019
- Platform
- Windows
Hello All.
I have 1 line of code which is;
At the moment cell AI45 shows an amount of £12,662.00 (This Is ACTUAL AMOUNT)
Cell AG45 Shows an amount of £12,702.58 (This is TARGET AMOUNT)
So,, the answer should show NO,, as the actual amount isn't greater than the target amount,,,,but it shows YES!
Because the formula is quite complicated,, I'm not sure what is wrong,,,
What AG's to change to AI's etc.
If someone could please show me what is wrong with the above formula,, As I'm just not sure what to change,,, even if I do change something and get a YES,, I wouldn't be confident, or 100% sure it would then be correct
I hope all the above makes sense.
Many Thanks for all your time
Best Regards
John Caines
I have 1 line of code which is;
Code:
=IF(LEN($O$24)=0,"",IF((INDEX($AI$24:$AI$274,MATCH(9000000000+307,$AI$24:$AI$274)))-INDEX($AG$24:$AG$274,COUNT($AI$24:$AI$274))>0,"YES","NO"))
Cell AG45 Shows an amount of £12,702.58 (This is TARGET AMOUNT)
So,, the answer should show NO,, as the actual amount isn't greater than the target amount,,,,but it shows YES!
Because the formula is quite complicated,, I'm not sure what is wrong,,,
What AG's to change to AI's etc.
If someone could please show me what is wrong with the above formula,, As I'm just not sure what to change,,, even if I do change something and get a YES,, I wouldn't be confident, or 100% sure it would then be correct
I hope all the above makes sense.
Many Thanks for all your time
Best Regards
John Caines