Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I need to do the following and have tried with a vlook up and nested if but does not seem to be working. I have two sheets and I need to look up a value on sheet 1 and return it to sheet 2 however if the value is 0 I want to show the figure and if it is < 0 I need to return 0. any ideas much appreciated Thanks J |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Something like:
=IF(VLOOKUP(B1,C1:D4,2)<0,0,VLOOKUP(B1,C1:D4,2)) -- Gary''s Student - gsnu200851 "Jools" wrote: Hi, I need to do the following and have tried with a vlook up and nested if but does not seem to be working. I have two sheets and I need to look up a value on sheet 1 and return it to sheet 2 however if the value is 0 I want to show the figure and if it is < 0 I need to return 0. any ideas much appreciated Thanks J |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Thanks is all working ok now. thanks J "Gary''s Student" wrote: Something like: =IF(VLOOKUP(B1,C1:D4,2)<0,0,VLOOKUP(B1,C1:D4,2)) -- Gary''s Student - gsnu200851 "Jools" wrote: Hi, I need to do the following and have tried with a vlook up and nested if but does not seem to be working. I have two sheets and I need to look up a value on sheet 1 and return it to sheet 2 however if the value is 0 I want to show the figure and if it is < 0 I need to return 0. any ideas much appreciated Thanks J |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOK-pivot table expanding want to update vlook automatically | Excel Worksheet Functions | |||
VLOOK-pivot table expanding want to update vlook automatically | Excel Worksheet Functions | |||
Vlook up or if statement helps! | Excel Discussion (Misc queries) | |||
Combining a Vlook up with and If then statement | Excel Worksheet Functions | |||
Vlook in VBA with If statement | Excel Discussion (Misc queries) |