Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using a lookup =LOOKUP(B4,{0,1,2,3,4,5},{0,7,9,11,13,15}) but when B4 is
blank it puts in a 0 in my cell, I need it to stay blank if their is no value in B4 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=if(b4="","",lookup(....)))
Pat wrote: I am using a lookup =LOOKUP(B4,{0,1,2,3,4,5},{0,7,9,11,13,15}) but when B4 is blank it puts in a 0 in my cell, I need it to stay blank if their is no value in B4 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
=if(B4="","",LOOKUP(B4,{0,1,2,3,4,5},{0,7,9,11,13, 15})) if this helps please click yes, thanks "Pat" wrote: I am using a lookup =LOOKUP(B4,{0,1,2,3,4,5},{0,7,9,11,13,15}) but when B4 is blank it puts in a 0 in my cell, I need it to stay blank if their is no value in B4 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(B4="","",LOOKUP(B4,{0,1,2,3,4,5},{0,7,9,11,13, 15}))
"Pat" wrote: I am using a lookup =LOOKUP(B4,{0,1,2,3,4,5},{0,7,9,11,13,15}) but when B4 is blank it puts in a 0 in my cell, I need it to stay blank if their is no value in B4 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(B4="","",B4*2+5*(B40))
"Pat" wrote: I am using a lookup =LOOKUP(B4,{0,1,2,3,4,5},{0,7,9,11,13,15}) but when B4 is blank it puts in a 0 in my cell, I need it to stay blank if their is no value in B4 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
LOOKUP FUNCTION? (LOOKUP VALUE BEING A TIME RENERATED FROM A FORMU | Excel Discussion (Misc queries) | |||
Matrix lookup/mulitple criteria lookup | Excel Discussion (Misc queries) | |||
Get Cell Address From Lookup (Alternative to Lookup) | Excel Worksheet Functions | |||
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup | Excel Worksheet Functions | |||
Pivot table doing a lookup without using the lookup function? | Excel Discussion (Misc queries) |