Forum Discussion

jonathanchi's avatar
jonathanchi
Copper Contributor
Dec 16, 2020

Large File and Need to Have Formulas

Hi Everyone -

 

I am working on a large data file and was looking for a schematic (or list) of how exactly excel formulas work

 

For example:

 

=if(B2=1,1,0) - would just look at one column (B) and one row (2) and compares that to a value (1) so the processing time for when I try to copy it down my workbook the processing time is minimized

 

=vlookup(1,D:G,3) - looks through entire column D for matching values to 1 then it searches for three columns over; I would imagine this would take excel longer to complete

 

My excel file is 1,000,000 rows by 500 columns, so I would imagine that the file takes a lot longer than I'd hoped for because it has multiple vlookups. I could be completely wrong.

 

If someone can point me in the direction of a schematic that has the order of formulas working, that would be amazing.

 

Thanks all.

Resources