Glasgowsmile
Active Member
- Joined
- Apr 14, 2018
- Messages
- 280
- Office Version
- 365
- Platform
- Windows
Good Afternoon,
I'm getting an error with my formula... but only sometimes not every time.
If you could give me an idea of what's wrong, that would be great. I know this is vague but I can't exactly share the spreadsheet.
I tried to evaluate the process and see if I could pin-point the issue. After the first step it throws a #N/A into the formula
Before starting Evaluation:
https://imgur.com/SchoZoZ
You'll see the #N/A error in the formula now:
https://imgur.com/8NDX7QH
After change the exact match to less or greater than, it at least doesn't give me an error message but exact is what I need and what it's trying to match does exist within that array so I don't understand why it's missing it
I'm getting an error with my formula... but only sometimes not every time.
Code:
=INDEX(DlyRateCodes1!$D$27:$K$455,MATCH($CD11,DlyRateCodes1!$B$27:$B$455,0),MATCH(H$1000,DlyRateCodes1!$D$26:$Z$26,0))
If you could give me an idea of what's wrong, that would be great. I know this is vague but I can't exactly share the spreadsheet.
I tried to evaluate the process and see if I could pin-point the issue. After the first step it throws a #N/A into the formula
Before starting Evaluation:
https://imgur.com/SchoZoZ
You'll see the #N/A error in the formula now:
https://imgur.com/8NDX7QH
After change the exact match to less or greater than, it at least doesn't give me an error message but exact is what I need and what it's trying to match does exist within that array so I don't understand why it's missing it
Last edited: