How to resolve the #NUM! error in .xlsb file?

rajamdade

New Member
Joined
Jun 14, 2014
Messages
35
Office Version
  1. 2016
Platform
  1. Windows
Hi,

Attached is the excel ".xlsb" formulated file, I am getting error as "#NUM!" in the "Results" sheet from the row 116 onwards. Moreover, I have also enabled iterative calculation box, but still the issue has not been resolved.

I would appreciate it if you could help us to resolve the issue in the file attached hereby.

Download test file

Kind regards,
Rahul
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
You are only catering for 100 values per row, but you have more than that. Try dividing by 1000 instead of 100 in the col A formula & changing your col C formula accordingly.
 
Upvote 0
Hi,

Attached is the excel ".xlsb" formulated file, I am getting error as "#NUM!" in the "Results" sheet from the row 116 onwards.
Hi Rahul,

I believe the #NUM! is because the AGGREGATE is trying to take the next key, which is more than 9, so fails to find an entry in Data.
 
Upvote 0

Forum statistics

Threads
1,215,916
Messages
6,127,701
Members
449,398
Latest member
m_a_advisoryforall

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