Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 519
Default Formula Question Please

Hello from Steved

We have two people one labels it E2 the other labels it 2 the both are the
same product. Can I write in the below formula for it to use either for the
formula to identify. Thankyou.

$A329 is E2
$A$2 is 2

=VLOOKUP($A329,'From Depot'!$A$2:$O$3955,4,FALSE)
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 216
Default Formula Question Please

=IF(ISNA(VLOOKUP($A329,'From Depot'!$A$2:$O$3955,4,FALSE)),
VLOOKUP($A329,'From Depot'!$A$2:$O$3955,4,FALSE),
VLOOKUP($A32,'From Depot'!$A$2:$O$3955,4,FALSE))

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"Steved" wrote in message
...
Hello from Steved

We have two people one labels it E2 the other labels it 2 the both are the
same product. Can I write in the below formula for it to use either for

the
formula to identify. Thankyou.

$A329 is E2
$A$2 is 2

=VLOOKUP($A329,'From Depot'!$A$2:$O$3955,4,FALSE)



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 519
Default Formula Question Please

Thankyou

"Bob Phillips" wrote:

=IF(ISNA(VLOOKUP($A329,'From Depot'!$A$2:$O$3955,4,FALSE)),
VLOOKUP($A329,'From Depot'!$A$2:$O$3955,4,FALSE),
VLOOKUP($A32,'From Depot'!$A$2:$O$3955,4,FALSE))

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"Steved" wrote in message
...
Hello from Steved

We have two people one labels it E2 the other labels it 2 the both are the
same product. Can I write in the below formula for it to use either for

the
formula to identify. Thankyou.

$A329 is E2
$A$2 is 2

=VLOOKUP($A329,'From Depot'!$A$2:$O$3955,4,FALSE)




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula question Scoober Excel Worksheet Functions 2 March 3rd 10 02:49 AM
Newbie Formula Question - how to get formula to repeat in each subsequent row? [email protected] New Users to Excel 2 January 10th 10 05:02 PM
Formula Question BACH Excel Discussion (Misc queries) 3 October 20th 08 11:19 PM
formula question Problems with formula within worksheet Excel Discussion (Misc queries) 4 November 29th 06 12:25 AM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM


All times are GMT +1. The time now is 09:57 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"