Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do you include values in a min,max calcualtion with the character <
preceeding some of them. E.g <0.05. Please help, loads of data to get through and these are slowing me down!! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
As always, post YOUR efforts for comments.
-- Don Guillett SalesAid Software "Milly" wrote in message ... How do you include values in a min,max calcualtion with the character < preceeding some of them. E.g <0.05. Please help, loads of data to get through and these are slowing me down!! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
in excel formulas, a value is a number, <0.05 is not a number so it cannot be
used as a value. what are you trying to do? "Milly" wrote: How do you include values in a min,max calcualtion with the character < preceeding some of them. E.g <0.05. Please help, loads of data to get through and these are slowing me down!! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
the data I have is lab data and if below detection threshold it will spit out
the < values. I just needed to find the simple max and min of the values including the < values. Thaks anyway. I'll just report the < values as the minimum values if there is no other way round it. "dlw" wrote: in excel formulas, a value is a number, <0.05 is not a number so it cannot be used as a value. what are you trying to do? "Milly" wrote: How do you include values in a min,max calcualtion with the character < preceeding some of them. E.g <0.05. Please help, loads of data to get through and these are slowing me down!! |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You did not post your layout or formulas but see if this helps. This is an
ARRAY formula which must be entered using ctrl+shift+enter =MAX(IF(B2:B22<0.05,B2:B22)) -- Don Guillett SalesAid Software "Milly" wrote in message ... How do you include values in a min,max calcualtion with the character < preceeding some of them. E.g <0.05. Please help, loads of data to get through and these are slowing me down!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Managing the Presentation of Zero values in Calculations in Charts | Charts and Charting in Excel | |||
Can a service account be embedded in Workbook so that by default the macros are run with service account credentials and not the user credentials??? | Excel Discussion (Misc queries) | |||
Calculations from date and time values | Excel Worksheet Functions | |||
Help with function to sum values in a worksheet depending on account number | Excel Worksheet Functions | |||
How do I do count calculations ignoring duplicate values | Excel Discussion (Misc queries) |