#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
H H is offline
external usenet poster
 
Posts: 57
Default Lookup ?

Hi, I've been using this formula
=LOOKUP(Q7, {0,0.11,0.21,0.31}, {"0-10%","11-20%","21-30%","31%+"})

but am wondering if I can add another component to it by adjusting it so
that if Q7 is blank it leaves it blank?

Is that possible?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Lookup ?

By default the value is considered as 0 So use IF condition as below

=IF(Q7="","",LOOKUP(Q7, {0,0.11,0.21,0.31},
{"0-10%","11-20%","21-30%","31%+"}))

If this post helps click Yes
---------------
Jacob Skaria


"H" wrote:

Hi, I've been using this formula
=LOOKUP(Q7, {0,0.11,0.21,0.31}, {"0-10%","11-20%","21-30%","31%+"})

but am wondering if I can add another component to it by adjusting it so
that if Q7 is blank it leaves it blank?

Is that possible?

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
H H is offline
external usenet poster
 
Posts: 57
Default Lookup ?

thank you Jacob

"Jacob Skaria" wrote:

By default the value is considered as 0 So use IF condition as below

=IF(Q7="","",LOOKUP(Q7, {0,0.11,0.21,0.31},
{"0-10%","11-20%","21-30%","31%+"}))

If this post helps click Yes
---------------
Jacob Skaria


"H" wrote:

Hi, I've been using this formula
=LOOKUP(Q7, {0,0.11,0.21,0.31}, {"0-10%","11-20%","21-30%","31%+"})

but am wondering if I can add another component to it by adjusting it so
that if Q7 is blank it leaves it blank?

Is that possible?

Thanks

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
LOOKUP FUNCTION? (LOOKUP VALUE BEING A TIME RENERATED FROM A FORMU JCC Excel Discussion (Misc queries) 5 June 26th 09 09:15 PM
Get Cell Address From Lookup (Alternative to Lookup) ryguy7272 Excel Worksheet Functions 12 September 28th 07 10:36 PM
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup JBush Excel Worksheet Functions 3 January 3rd 07 11:14 PM
Sumproduct - Condition based on lookup of a Lookup Hari Excel Discussion (Misc queries) 12 May 31st 06 09:28 AM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM


All times are GMT +1. The time now is 03:41 PM.

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"