23.08.2023 Views

CFI-Excel-eBook

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

The Corporate Finance Institute Excel

Suppose we are given monthly sales data for the first quarter. We create three

worksheets – Jan, Feb, March.

Now we wish to find out the sales figures of certain order ids. As data would be

derived by VLOOKUP from three sheets, using IFERROR, we can use the

following formula:

=IFERROR(VLOOKUP(A2,’JAN’!A2:B5,2,0),IFERROR(VLOOKUP(A2,’FEB’!A2:B5,2,0),I

FERROR(VLOOKUP(A2,’MAR’!A2:B5,2,0),”not found”)))

corporatefinanceinstitute.com

109

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!