Remember, you MUST register to post on the Fiesta Fan forums. It's completely free to join. Just click HERE to become a member for free!


REGISTER NOW TO REMOVE ALL ADS ON THIS FORUM!

Reply
 
Thread Tools Search this Thread Display Modes
Old 07-08-2011, 01:20 AM   #1
Ralath
Bbang ggoo ddong ggoo

 
Ralath's Avatar
 
Tournaments Won: 36

Posts: 3,677
Ralath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to behold
Send a message via MSN to Ralath

Ahhh... And you need to put in the CTRL+SHIFT+ENTER when you have matrices.
__________________

Ralath is offline   Reply With Quote
Old 07-08-2011, 01:23 AM   #2
Hessah
Hardcore Procrastinator



 
Hessah's Avatar
 
Burger Time Champion! Cannon Ball Follies 2 Champion!
Tournaments Won: 51

In-Game Name: Hessah / Ble~ehs
Current Level: 91 / 85 / 79 / 65 / 28
Server: Teeeeeee-vah
Posts: 9,581
Hessah has a reputation beyond reputeHessah has a reputation beyond reputeHessah has a reputation beyond reputeHessah has a reputation beyond reputeHessah has a reputation beyond reputeHessah has a reputation beyond reputeHessah has a reputation beyond reputeHessah has a reputation beyond reputeHessah has a reputation beyond reputeHessah has a reputation beyond reputeHessah has a reputation beyond repute
I think the LOOKUP formula requires you to sort the column in alphabetical order isnt it?

And that's for looking up a specific text?? We want it to show the last cell of a column...
__________________

G____G

G____GTevaG____G
Heart___G_Hessah_G___Heart
79 - Paladin | 85 - Enchanter | 91 - Scoutxx
Ninja text! For those who's easily amused
I can show you the woooorld!
I don't want to see it!
okay...

Hessah is offline   Reply With Quote
Old 07-08-2011, 01:26 AM   #3
Ralath
Bbang ggoo ddong ggoo

 
Ralath's Avatar
 
Tournaments Won: 36

Posts: 3,677
Ralath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to behold
Send a message via MSN to Ralath
Originally Posted by Hessah View Post
I think the LOOKUP formula requires you to sort the column in alphabetical order isnt it?
I think you don't have to if you put a 0 at the end (tells it to be an exact match).

Quote:
And that's for looking up a specific text?? We want it to show the last cell of a column...
You can change the last column to be whatever you want it to be. I just put in text for an example.
__________________

Ralath is offline   Reply With Quote
Old 07-08-2011, 01:46 AM   #4
Blaaaaaaaah
WONDERCLERIC

 
Blaaaaaaaah's Avatar
 
Tournaments Won: 15

In-Game Name: Bla~ahs
Current Level: 7x
Server: Teva
Posts: 10,495
Blaaaaaaaah has disabled reputation
this thread just reminded me I had a problem with the vlookup formula a while ago and I wanted to ask on FF but I completely forgot

eeeeeeeeeeeeeeeek
__________________
=)
Blaaaaaaaah is offline   Reply With Quote
Old 07-08-2011, 01:49 AM   #5
Hraesvelg
Blaaaaaah 2 u 2
 
Hraesvelg's Avatar
 

In-Game Name: Hraesvelg
Current Level: 6X
Server: Teva
Posts: 1,960
Hraesvelg is a glorious beacon of lightHraesvelg is a glorious beacon of lightHraesvelg is a glorious beacon of lightHraesvelg is a glorious beacon of lightHraesvelg is a glorious beacon of light
I'm disappointed in the Excel HHOOKUP command. Never returns what I want it to.
__________________
Hraesvelg is offline   Reply With Quote
Old 07-08-2011, 01:53 AM   #6
Blaaaaaaaah
WONDERCLERIC

 
Blaaaaaaaah's Avatar
 
Tournaments Won: 15

In-Game Name: Bla~ahs
Current Level: 7x
Server: Teva
Posts: 10,495
Blaaaaaaaah has disabled reputation
asdfdfhjgfjgh LLOOL
__________________
=)
Blaaaaaaaah is offline   Reply With Quote
Old 07-08-2011, 02:05 AM   #7
Ralath
Bbang ggoo ddong ggoo

 
Ralath's Avatar
 
Tournaments Won: 36

Posts: 3,677
Ralath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to behold
Send a message via MSN to Ralath
Originally Posted by Blaaaaaaaah View Post
this thread just reminded me I had a problem with the vlookup formula a while ago and I wanted to ask on FF but I completely forgot

eeeeeeeeeeeeeeeek
The 0 at the end usually fixes most problems. 8/10 times.
__________________

Ralath is offline   Reply With Quote
Old 07-08-2011, 02:29 AM   #8
Blaaaaaaaah
WONDERCLERIC

 
Blaaaaaaaah's Avatar
 
Tournaments Won: 15

In-Game Name: Bla~ahs
Current Level: 7x
Server: Teva
Posts: 10,495
Blaaaaaaaah has disabled reputation
It doesn't work.

I have two spreadsheets:

1) client details (e.g. Postcode in Column A)
2) suburb/region details with two columns: column A - Region, column B - Postcode

I'm trying to find out what region the clients are from by matching their postcode from sheet 1 to the list of postcode/regions in sheet 2.

But my formular looks like this

=VLOOKUP(Table1[[#This Row],[Mailing Post Code]],Post,2,FALSE)

Replaced false with 0 but didn't work either.

Edit: "Post" is the name of sheet 2
__________________
=)
Blaaaaaaaah is offline   Reply With Quote
Old 07-08-2011, 02:34 AM   #9
Blaaaaaaaah
WONDERCLERIC

 
Blaaaaaaaah's Avatar
 
Tournaments Won: 15

In-Game Name: Bla~ahs
Current Level: 7x
Server: Teva
Posts: 10,495
Blaaaaaaaah has disabled reputation
I went into a new spreadsheet and took away all the table stuff so it's just raw data:

=VLOOKUP(G2,Sheet2!A1450,3,FALSE)

Still get #N/A though.

I went to show calculation steps and apparently the error occurs with G2 - locating the postcode in the first place.

waii
__________________
=)
Blaaaaaaaah is offline   Reply With Quote
Old 07-08-2011, 02:38 AM   #10
Ralath
Bbang ggoo ddong ggoo

 
Ralath's Avatar
 
Tournaments Won: 36

Posts: 3,677
Ralath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to beholdRalath is a splendid one to behold
Send a message via MSN to Ralath
AHHHH I hate when I can't look at the actual spreadsheets. @_@




Ok.

So. I remember why I had to use my INDEX function now. LOL. But I don't you'll need to hear if you can manipulate your data.

In your "2) suburb/region details with two columns" spreadsheet, you need to switch Column A and Column B.


=VLOOKUP(Table1[[#This Row],[Mailing Post Code]],Post,1,FALSE)

Change that to 1 and see if it works?
__________________

Ralath is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
My MS Excel.. Hessah M O S 4 07-20-2010 01:48 AM
MS Excel - =LOOKUP formula Hessah M O S 4 01-19-2010 11:12 AM
Excel help =[ Blaaaaaaaah M O S 14 11-06-2008 01:09 PM
Formula. Belaslav Questions and Inquiries 10 06-23-2008 06:29 PM
Guide Index Rightclaw Draft Guides 0 01-19-2008 04:27 AM


All times are GMT. The time now is 04:44 AM.
Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.