CSE Formula's

DAWG2006

Board Regular
Joined
Feb 15, 2009
Messages
86
I asked for assitance yesterday on a project I was working on and
mikerickson gave me a CSE formula to accomplish what needed to be fixed. That got me interested in what a CSE formula is as well as what else can it bring to the table. The formula he gave me yesterday was a maxif =MAX(IF(ISNUMBER(C1:C8)C1:C8)) and I'm interested my when going control-shift-enter the formula works but without the {} it gives an error.

Thanks in advance for the information.
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
As mikerickson probably stated, the formula is an Array Formula.
An Array Formula must be entered with Ctrl+Shift+Enter (CSE) not just Enter.

1. You can search internet, Microsoft, and this site for information on Array Formulas and many examples.

2. You can step through the logic with Tools | Formula Auditing | Evaluate

N.B. the formula was probably =MAX(IF(ISNUMBER(C3:C12),C3:C12))
 
Upvote 0

Forum statistics

Threads
1,214,947
Messages
6,122,411
Members
449,081
Latest member
JAMES KECULAH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top