A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

"*"



 
 
Thread Tools Display Modes
  #1  
Old April 5th, 2004, 04:52 PM
Fernando Duran
external usenet poster
 
Posts: n/a
Default "*"

I have VLOOKUP function, because I have some codes, that I used for
differents rates... so, if I pick-up 96714, I get code rate 124 if I
add an * (96714*) i get rate table 224... but one problem... if a
enter only the "*" i get the same table, which is wrong, every zip
code is different... any solutions...

Fernando
  #2  
Old April 5th, 2004, 05:00 PM
Frank Kabel
external usenet poster
 
Posts: n/a
Default "*"

Hi Fernando
you may post the formula you're using currently
Try adding the 4th parameter to your current formula. e.g.
=VLOOKUP("*",range,row_index,0)

--
Regards
Frank Kabel
Frankfurt, Germany


Fernando Duran wrote:
I have VLOOKUP function, because I have some codes, that I used for
differents rates... so, if I pick-up 96714, I get code rate 124 if I
add an * (96714*) i get rate table 224... but one problem... if a
enter only the "*" i get the same table, which is wrong, every zip
code is different... any solutions...

Fernando

  #3  
Old April 5th, 2004, 05:20 PM
Fernando Duran
external usenet poster
 
Posts: n/a
Default "*"

The formula is very simple

=IF(ISNA(VLOOKUP(C7,Postal,2,FALSE)),"WRONG
CODE",VLOOKUP(C7,Postal,2,FALSE))

On Mon, 5 Apr 2004 18:00:58 +0200, "Frank Kabel"
wrote:

Hi Fernando
you may post the formula you're using currently
Try adding the 4th parameter to your current formula. e.g.
=VLOOKUP("*",range,row_index,0)


  #4  
Old April 13th, 2004, 11:27 PM
os-9
external usenet poster
 
Posts: n/a
Default "*"

On Mon, 5 Apr 2004 18:00:58 +0200, "Frank Kabel"
wrote:

Hi Fernando
you may post the formula you're using currently
Try adding the 4th parameter to your current formula. e.g.
=VLOOKUP("*",range,row_index,0)


 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:58 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.