Hi All,

I Dont think I have the syntax right..here is what am trying, If the result
of the Lookup is "Extended" and the subsequent look-up outputs are between
1 to 5 should show as R, between 5 to 7 as Y and >8 as G Or If the Lookup
value is "Monthly" and the subsequent look-up outputs are 1=R, 2=Y and
3=G..

Here is what i tried below, Please help...

=IF (Vlookup(A5, Data!A:D, 3, 0)="Extended", AND(IF(VLOOKUP($A5,
Data!$A:$N, 8, 0)<4.99, "R", IF(VLOOKUP($A5, Data!$A:$N, 8, 0)>4.99<7.99,
"Y", IF(VLOOKUP($A5, Data!$A:$N, 8, 0)>7.99, "G")))) OR(If (Vlookup(A5,
Data!A:D, 3, 0)="Monthly", If (Vlookup($A5, Data!$A:$N, 8, 0)=1, "R",
If(Vlookup($A5, Data!$A:$N, 8, 0)=2, "Y", If(Vlookup($A5, Data!$A:$N, 8,
0)=3, "G"))))))

Regards
Shyam

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com


Reply via email to