Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This is what I need to accomplish in H15:
IF D30=0,0 IF E15/D45 = J30 return the value of E15/D45 otherwise "Error" I've been playing with this for some time but just can't seem to get it. Any help would be appreciated. Thank you, -- Dewayne |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If(D3=0,0,IF(E15/D45=J30,E15/D45,"Error"))
-- Regards Dave Hawley www.ozgrid.com "Dewayne" wrote in message ... This is what I need to accomplish in H15: IF D30=0,0 IF E15/D45 = J30 return the value of E15/D45 otherwise "Error" I've been playing with this for some time but just can't seem to get it. Any help would be appreciated. Thank you, -- Dewayne |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you Dave
-- Dewayne "ozgrid.com" wrote: If(D3=0,0,IF(E15/D45=J30,E15/D45,"Error")) -- Regards Dave Hawley www.ozgrid.com "Dewayne" wrote in message ... This is what I need to accomplish in H15: IF D30=0,0 IF E15/D45 = J30 return the value of E15/D45 otherwise "Error" I've been playing with this for some time but just can't seem to get it. Any help would be appreciated. Thank you, -- Dewayne |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Another option:
=IF(D30,IF(E15/D45=J30,J30,"Error"),0) "Dewayne" wrote in message ... This is what I need to accomplish in H15: IF D30=0,0 IF E15/D45 = J30 return the value of E15/D45 otherwise "Error" I've been playing with this for some time but just can't seem to get it. Any help would be appreciated. Thank you, -- Dewayne |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Data Validation/Lookup function does function correcty | Excel Worksheet Functions | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions |