Excelllllllllllllllllllll
Board Regular
- Joined
- Jun 13, 2017
- Messages
- 108
Hi, I have a lot of info on my file and everything was working perfectly for columns A to Z.
But when I got to looking up data from AA onward it'll come up as 0.
The formula I have is:
Like I said when I was looking up Y and Z, 24 & 25 respectively everything is normal. Then when I move to the next set (AA and AB) the formula gives me 0 no matter what's in those cells.
Anyone got any idea where I'm going wrong?
Thank you in advance if you try to help!
But when I got to looking up data from AA onward it'll come up as 0.
The formula I have is:
Code:
=IFERROR(VLOOKUP($B5,Review!$A$4:$Y$100,[COLOR=#ff0000]26[/COLOR],FALSE)*VLOOKUP($B5,Review!$A$4:$Y$100,[COLOR=#ff0000]27[/COLOR],FALSE),0)
Anyone got any idea where I'm going wrong?
Thank you in advance if you try to help!