Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Can anyone help? I want to average a column of data, based on two criteria, each one in its column. Eg.: I want to average column C only if collumn A="Place A" and Collumn B="Material X". I've tried ARRAY, IF and AND functions but no result... HELP!!! Paulo -- pmguerra ------------------------------------------------------------------------ pmguerra's Profile: http://www.excelforum.com/member.php...o&userid=14986 View this thread: http://www.excelforum.com/showthread...hreadid=390995 |
#2
![]() |
|||
|
|||
![]()
One way (array entered):
=AVERAGE(IF((A1:A1000="Place A")*(B1:B1000="Material X"),C1:C1000)) In article , pmguerra wrote: Can anyone help? I want to average a column of data, based on two criteria, each one in its column. Eg.: I want to average column C only if collumn A="Place A" and Collumn B="Material X". I've tried ARRAY, IF and AND functions but no result... HELP!!! Paulo |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
More than 3 Conditional Formatting Conditions | Excel Worksheet Functions | |||
Additional Conditions for Conditional Formatting | Excel Worksheet Functions | |||
Conditional formatting: I have five conditions, how to do this? | Excel Discussion (Misc queries) | |||
should be possible to add more conditions to conditional formatti. | Excel Discussion (Misc queries) | |||
Adding more than three Conditions to 'Conditional Formatting' | Excel Discussion (Misc queries) |