The most important upgrade in Excel 2007

Angelicus

New Member
Joined
Sep 22, 2008
Messages
29
Dear all,

Which functions do you think Microsoft Excel 2007 had improved most drastically and that you've found the most useful?

Please share :).
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
In my mind THE function that MS have FINALLY added that they should have added a long, long, long time ago is IFERROR, previously you had to double evaluate else use a UDF to avoid, the IFERROR is essentially the UDF we've all probably coded which namely evaluates result of a formula and returns an alternate value if the result is an Error value.

Before:

=IF(ISNA(MATCH("Test",A1:A4,0)),"Error",MATCH("Test",A1:A4,0))

Now:

=IFERROR(MATCH("Test",A1:A4,0),"Error")
 
Upvote 0
For people in my office the ability to sort and filter by color. People here love to highlight things and then they use to hold down control and select everything they highlighted to make sure they have the right sum. Now they can just filter on it.

Then I also love the people that tell me:

"Now I can finally sum and count based on more than one condition. Its about time Excel has allowed for that functionality"
 
Upvote 0
The most important upgrade in Excel 2007?
Service Pack 1!! :)
 
Upvote 0

Forum statistics

Threads
1,216,172
Messages
6,129,290
Members
449,498
Latest member
Lee_ray

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