MonkeyFace28
Board Regular
- Joined
- May 30, 2014
- Messages
- 74
Hey all,
Firstly, thanks for taking the time to read my query.
I have the below formula, I am getting an #N/A error despite the data being present. I think I have narrowed the error down to the cells and the fact there are text and numbers in the same cell stored as text.*
formula looks like this = =(INDEX('Aged Analysis of Debtors'!$L3,MATCH($A3,'Aged Analysis of Debtors'!$A$3:$K$401,0)))
The reason for this being that it's invoice numbers that "stupidly" start with a "0" so they have them written in excel as "INV 0518561" this is my look up value though...
My question is - does anyone know how to get around this - I've had a quick search but couldn't find anything for keeping the cell as it is now.
thanks peeps
Steph x
* - p.s I know I can put an IFERROR at the front but then I wouldn't get my data
Firstly, thanks for taking the time to read my query.
I have the below formula, I am getting an #N/A error despite the data being present. I think I have narrowed the error down to the cells and the fact there are text and numbers in the same cell stored as text.*
formula looks like this = =(INDEX('Aged Analysis of Debtors'!$L3,MATCH($A3,'Aged Analysis of Debtors'!$A$3:$K$401,0)))
The reason for this being that it's invoice numbers that "stupidly" start with a "0" so they have them written in excel as "INV 0518561" this is my look up value though...
My question is - does anyone know how to get around this - I've had a quick search but couldn't find anything for keeping the cell as it is now.
thanks peeps
Steph x
* - p.s I know I can put an IFERROR at the front but then I wouldn't get my data