Formula is correct but the results don't show

ConPellegrini

New Member
Joined
Aug 1, 2018
Messages
4
I made a formula which consists of multiple IFERRORs with LOOKUPs and INDEX MATCHes. Basically, if th formula doesn't find the info, look it up on another workbook. The thing is... Inside the third (the last) IFERROR, the "value_if_error" part returns an information, if I press the F9 key on it. But, when I enter the formula, it returns nothing. The last IFERROR isn't even a IFERROR(...;""). I went through the whole formula, from inside out, using the F9 key and it is working just fine... I really don't know whats happening. Any ideas on what my be causing it and how to solve it?

Thanks in advance
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
can you post the formula, difficult to understand what you have without example
 
Upvote 0
=IF($C10="";"";IFERROR(IFERROR(LOOKUP(2;1/(('S:\PCP-Gemot\Métricas\Semanal\[Master Gates.xlsm]Gates'!$B:$B)=VALUE($C10));'S:\PCP-Gemot\Métricas\Semanal\[Master Gates.xlsm]Gates'!$AE:$AE);INDEX('S:\PCP-Gemot\Production Plan\[Programação de Testes.xlsm]Prog. Testes - Celma & RIO'!$Q:$Q;MATCH($C10;'S:\PCP-Gemot\Production Plan\[Programação de Testes.xlsm]Prog. Testes - Celma & RIO'!$V:$V;0)));INDEX('S:\PCP-Gemot\Production Plan\[Programação de Testes.xlsm]Prog. Testes - Celma & RIO'!$B:$B;MATCH($C10;'S:\PCP-Gemot\Production Plan\[Programação de Testes.xlsm]Prog. Testes - Celma & RIO'!$G:$G;0))))

I don't know if you'll understand the formula because of the names of the workbooks... But it's just 2 nested IFERRORS that use Lookups and an INDEX MATCH
 
Upvote 0
I found out what was happening... One of my lookups was returning empty string, so it was the result it was showing
 
Upvote 0

Forum statistics

Threads
1,215,373
Messages
6,124,548
Members
449,170
Latest member
Gkiller

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top