Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
One row would be averaging what is in cells b5, d5, f5, and h5.
I look forward to your response! Thanks!!! "Cheri" wrote: I have a spread sheet with data in non-adjacent cells. I would like to average the data in the cells only if the cell does not contain a zero. How would I do this? Your help is greatly appreciated!!! Cheri |
#2
![]() |
|||
|
|||
![]()
Entered as an array using the key combo of CTRL,SHIFT,ENTER:
=AVERAGE(IF((MOD(COLUMN(B5:H5),2)=0)*(B5:H5<0),B5 :H5)) Biff "Cheri" wrote in message ... One row would be averaging what is in cells b5, d5, f5, and h5. I look forward to your response! Thanks!!! "Cheri" wrote: I have a spread sheet with data in non-adjacent cells. I would like to average the data in the cells only if the cell does not contain a zero. How would I do this? Your help is greatly appreciated!!! Cheri |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Cell Shading (based on the shading of other cells) | Excel Worksheet Functions | |||
How do I make a cell equal to another cells value and not it's fo. | Excel Worksheet Functions | |||
To safety merge cells without data destroyed, and smart unmerge! | Excel Discussion (Misc queries) | |||
Heps to design Locked/Unlocked cells in protected worksheet | Excel Discussion (Misc queries) | |||
Convert data of cells to any type: Number, Date&Time, Text | Excel Discussion (Misc queries) |