Vlookup function

0o0

Joined
Aug 6, 2008
Messages
1
Reaction score
0
Hi,
I've just starting learning some of the basic excel functions, in my spreadsheet the vlookup function works fine up a point then it displays N/A, is there a limit to how many columns the function can process or is my formula incorrect?
=VLOOKUP(G3,B1:D71,3,FALSE) - works
=VLOOKUP(G3,B1:D72,3,FALSE) - returns N/A
File is attached (couldn't upload the .xlsx so i zipped it)

Thanks
 

Attachments

  • vlookup.zip
    8.9 KB · Views: 48
Joined
Jul 30, 2008
Messages
11
Reaction score
0
When I looked at your formula you are asking it to lookup the max rain flow which is in cell c74 but you limited the search area through d72

G4 equals =MAX(rain_flow)

change either the number of rows it can look in or what it is looking for must fall within the lookup area.



Good Luck,



Scottgorilla
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top