Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Trying to put this into Excel.
If D is not empty, use D. If C-B is greater than 4 or negative, and C or B is less than 10, then 0. Other wise ROUNDDOWN(MEDIAN($B1:$C1);1). Thank you in advance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(D1<"";D1;IF(OR(C1-B14,C1-B1<10);0;ROUNDDOWN(MEDIAN($B1:$C1);1)))
-- HTH Bob Phillips (remove nothere from the email address if mailing direct) "carl" wrote in message ... Trying to put this into Excel. If D is not empty, use D. If C-B is greater than 4 or negative, and C or B is less than 10, then 0. Other wise ROUNDDOWN(MEDIAN($B1:$C1);1). Thank you in advance. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() =IF(D1<"",D1,IF(AND(OR(C1-B1<0,C1-B14),OR(C1<10,B1<10)),0,ROUNDDOWN(MEDIAN(B1:C1),1 ))) Does that help? Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=510229 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula Question | Excel Worksheet Functions | |||
I have a question regarding countif formula. | Excel Worksheet Functions | |||
Formula Question | Excel Discussion (Misc queries) |