Now that MS Money will be discontinuing, what are the other options if one should have to switch? And why do you prefer a given option over the others?
In the PowerPoint slider sorter view, is there a way to set the zoom level larger than 100%? On PowerPoint for Mac this slider goes to much higher values, essentially allowing zoom all the way in to a single slide, but on the Windows version (depending on screen resolution and slide dimensions) the maximum zoom is often several slides wide.
Evidently it's possible to achieve a similar affect by changing the page size, but is there some sort of preferences hack that will change the maximum value of this slider?
I am in the process of migrating our users to Office 365.
After adding the Exchange Online account for a user in their Outlook 2010 client (and importing their old emails), I then copy their contacts from their old address book into the new one.
For some users, this works perfectly - all their original contacts immediately appear in their Office 365 address book as expected.
Unfortunately, many of our users see their contacts only when looking in the "Contacts" tab. They get the message: "Your search yielded no results" when drilling down to their Office 365 contact list in the Address Book window.
I have been able to reproduce this problem on multiple PCs and cannot see what sets them apart from the ones which work properly.
Does anyone have any idea what could be causing this?
I need some good advise. I have used Access for many years and I use Sharepoint but never the two combined. My newly created Access db needs to be shared with many users across the organization. The back end is SQL and the old way to distribute the database would be placing the db on a shared drive, connecting their PC ODBC connections to the SQL db and then they would open the database and have at it. This has become the OLD way. What is the best (and simpliest) way to allow the end users to utilize a frontend for data entry/edit reporting etc. Can I create a link through SharePoint and the user just open it from there.
Your good advise is greatly approciated.
I have a spreadsheet with several cells in one column. Each cell has identical conditional formatting:
In 1 cell value equal to ='Y'
In 2 cell value equal to ='N'
In 3 cell value equal to ='?'
What I would like to achieve is, if all 7 cells contain "Y" as the option then a separate cell will display "Yes", but if any of the cells contain "N" as the selection then the separate cell will display "NO".
How can I achieve this?
I have an Excel file with an external data connection set up. It pulls data in directly from a database, and gives us about 450 rows. The header row allows us to filter the data in the sheet, and we use this as a general purpose tool... I will use the filters to narrow down what I'm looking at based on criteria that change depending on the circumstance.
Often, after filtering the data, I want to send just the filtered records to another person. I'd like to copy/paste just the remaining rows into a new Workbook to send via e-mail. Unfortunately, this doesn't work. When I paste the data, it still pastes all the data. The filtered rows are still in the workbook... they're just hidden. I want them gone from the new file completely.
How can I do this?
Suppose I have an EXCEL sheet with below data
CODE (COL A) | VALUE (COL B)
==============================
A01 | 10
A01 | 20
A01 | 30
A01 | 10
B01 | 30
B01 | 30
Is there an EXCEL function working like ..
SELECT CODE, count (Distinct *) FROM TABLE GROUP BY CODE
CODE | Distinct Count of Value
===================================
A01 | 3
B01 | 1
or, better yet, Can we have an excel formula pasted in Column C to get something like this:
CODE (COL A) | VALUE (COL B) | DISTINCT VALUE COUNT WITH MATCHING CODE (COL C)
===============================================================================
A01 | 10 | 3
A01 | 20 | 3
A01 | 30 | 3
A01 | 10 | 3
B01 | 30 | 1
B01 | 30 | 1
I know I can use pivot table to get this result easily.
However due to reporting requirements I have to append the "distinct count" column to the excel sheet, hence pivot table is not an option.
My last resort is to use Excel Macro (Which is fine), but before that I would like to learn whether excel functions can accomplish this kind of task.
Many thanks!
Evening everyone. I'm helping setup a small office network, where a number of old PC's are being replaced with new ones with a 64-bit copy of Outlook 2010. The old emails were stored in Windows Live Email, and were exported as .eml files (since we were replacing the machines).
All the support I can find indicates that .eml files could simply be dragged-and-dropped into a folder in Outlook 2010, and it will import them correctly. However, it seems this is not the case in the 64-bit versioin, where dropping in .eml files results in a new message being created with these files as attachments.
We can re-download the most of the emails off the server if need be, but there were user folders which were not on the server which we were hoping to import.
Any advice would be fantastic at this point!
I am talking about during installation. Using regular licensing, not volume licensing.
Amongst OSes of the same class, are CD keys interchangeable or are they locked to a specific subset of CDs?
In other words: If I have 10 legally purchased copies of Windows 7 Professional, can I throw out the discs for all but one? And all the CD keys will work?
UPDATE: How about for service packs (when they come out). If I have Windows 7 Professional SP1 and a Windows 7 RTM original? Do they change CD keys between service packs?
I have a list of product skus in one column in excel. I have thousands of these skus that need to be combined in one cell separated by commas with no spaces. There are too many rows of data to use the concatenate function. Not sure how to get this done. Here's an example of what I'm working with but with 6,000+ more rows. I'm using Excel 2003.
A
140-12
1074-156
903-78
876-65
349-09
986-43
237-12
342-11
450-187
677-133
I am trying to get a list of items that match on two criteria.
DATE PRODUCT CHANNEL
DEC 13 Cat Chow DRUG
NOV 13 Pupperoni DRUG
DEC 13 Meow Mix DRUG
DEC 13 Jerky Treats DRUG
This is the data from A1 to C5. I want all the product sold on DEC 13 and in the DRUG channel. This is the formula that I have now, which is only bringing back the first example.
INDEX($B$2:$B$5, MATCH(1, ("DRUG"=$C$2:$C$5)*("DEC 13"=$A$2:$A$5), 0) )
I have an Excel worksheet that has two columns, in one is the name, in the other there are one or more emails, separated by a comma.
Now, I want to get two columns with repeated names but unique emails, so no more than one email address in a single cell, I just want column one to have a name and column two to have an email.
Now it is like this:
name1 email1, email2, email3
name2 email1
name3 email1, email2
And I want it like this:
name1 email1
name1 email2
name1 email3
name2 email1
name3 email1
name3 email2
thanks
Tried to create a macro in Excel to insert a row:
Sub InsertRow()
'
' InsertRow Macro
'
' Keyboard Shortcut: Ctrl+Shift+I
'
Selection.EntireRow.Insert
End Sub
However, this does not insert a new row without first manually selecting a row.
Every solution I've found requires that a row be highlighted before inserting a new row.
See also: http://www.shortcutworld.com/en/win/Excel_2010.html
How would you create a shortcut key (e.g., Ctrl+Shift+J) to highlight the current row and insert a new row?
Thank you!
Update
Looks like Shift+Space highlights the current row.
Is it possible to set up a distro list on an exchange server to have certain members (or all) invisible to people sending email to the distro?
For example: I'd like to have a distro go to Help, Support, and IT. However, I don't want the sender to know it goes to Help if they expand the distro in the To: field.
I know this is most likely impossible, but I figured it wouldn't hurt to ask.
I am creating a weekly income comparison table. I want to compare A5 and A10 cells and display appropriate image in B7 cell. The image will be either UP or DOWN arrow (which reflects increase or decrease).
I've created a formula which puts text up or down in the cell, but I don't know how to replace it with the up/down image.
=IF(D77>D69, "up", IF(D77<D69, "down"))
How can I do it? I know it's possible.
Note: I am using Google Docs Excel, so please let me know if this cannot be done in it, but I have to use the real Excel installed on my laptop.
This puzzled me. We have all mail directed to an ISP's spam filter, then delivered to SBS 2008 Exchange. One of the ISP's IP numbers suddenly appeared in the ES2007 block list, set to expire in 24 hours I think, so emails started bouncing.
Quick look through the typically ponderous docs, and I can't see anything that says Exchange will auto-block an IP number, but nobody is admitting to adding it manually and I think it must have done.
Anyone know about this or where it is configured? Obviously one could disable block lists completely but I'd like to know exactly why this happened.
I'm in the UK, I've got a problem where I've got a list of dates supplied in US format. Excel seems to treat the ones that are valid in both formats as UK dates, (e.g. 03/01/2012 becomes 3rd of January rather that 1st March), and treat the ones that aren't valid UK dates (e.g. 03/13/2012) as basic text. I assume this choice is something to do with my regional settings.
What I want is the system to recognise that this column of text is supplied in US date format, and convert it into the underlying date representation for calculations.
How do I do this?
I have two Excel files, one on D:\ and the other one on E:\.
I reference one from the other, for example, using vlookup in the E: file to search from the D: file, like that:
VLOOKUP(A1,'D:\SHARIQ\[FILE NAME.XLS]SHEETNAME'!A1:10,3,FALSE)
As long as D:\SHARIQ\FILE NAME.XLS is open, I get the formula in the E: file displayed like this:
VLOOKUP(A1,'[FILE NAME.XLS]SHEETNAME'!A1:10,3,FALSE)
Why does it remove the whole path?
I recorded audio for a PowerPoint presentation and now a colleague wants me to send the presentation to him. The file is currently 18 MB and I want to get it down to handy 1 or 2MB by stripping the audio.
The only way I see is to remove the audio in the animation bar slide by slide.
Stripping notes can be done by the "inspect document" feature. But for audio I see no such way.
How can I remove the audio all at once?
We have had issues with compromised Exchange accounts sending a large amount of unsolicited e-mails out. We have mitigated this by using a cloud e-mail gateway that does a better job in detecting these outgoing messages as to not hurt our e-mail reputation.
However, we would still like to detect any abnormal e-mail activities. One idea is a report of the Exchange accounts with the most outgoing message.
Any idea on how to do this? Or a similar stat that may be indicative of an account being compromised?
I have one source file that holds all my input costs. I then have 30 to 40 destination files (costing sheets) that use links to data in this source file for their various formulae.
I was sure when I started this system that any changes I made to the source file, including the insertion of new rows and columns was updated automatically by the destination files, such that the formula always pulled the correct input costs.
Now all of a sudden if my destination files are closed and I change the structure of the source file by adding rows - the destination files go haywire? They pick up changes to their linked cells, but don't pick up changes to the source sheet that have shifted their relative positions in the sheet.
Do I really need to open all 40 destination files at the same time I alter the source file structure?
Further info: all the destination files are protected, and I am working on DropBox.
I need to populate the same number 10 times in a row, then the next number up on the next row.
starting at 0, ending at 1000
for example:
1 1 1 1 1 1 1 1 1 1
2 2 2 2 2 2 2 2 2 2
3 3 3 3 3 3 3 3 3 3
....
1000 1000 1000 1000 1000
and to 1000
I need to print out these numbers to cut up and put each row of numbers in each envelope to be sold for a Chinese auction at a benefit.
How do I do this dynamically without entering in all of the rows by hand?
In Excel I understand there is no mechanism to customise & re-label the Rows & Columns (i.e. Renaming Col. A to some text like "Item Number" and so on.
My question is regarding if it's possible to start Row Numbering at zero, or to determine a pre-allocated number of rows which contain my Headers, and then the first Row with the detail is infact seen as Row 1?
Reason for question is I work multiple INternational Projects and we use Excel to trsack alot of activities & issues. Oddly, many people will refer to, for example "Point 7"... Some people mean the ID 7 (which I have the first Column dedicated to ID Number), some mean Excel Row 7, which infact could be really ID 3, or 4 from Col. A.... Any easy way or workaround to just use the Excel Row Numbers but select from when Row 1 is counted?
I have recently installed a KMS Server in our domain and deployed 75 new Windows 7 machines using an image I made using Acronis True Image. There are 2 variations of this image rolled out currently.
When I go to activate the machines it returns that the KMS count is not sufficient.
On the server with a slmgr /dlv it shows:
Key Management Service is enabled on this machine.
Current count: 2
Listening on Port: 1688
DNS publishing enabled
KMS Priority: Normal
KMS cumulative requests received from clients: 366
Failed requests received: 2
Requests with License status unlicensed: 0
Requests with License status licensed: 0
Requests with License status Initial Grace period: 1
Requests with License statusLicense expired or hardware out of tolerance: 0
Requests with License status Non genuine grace period: 0
Requests with License status Notification: 363
Is it to do with the fact that I've used the same image for all the PC's? If so how do I get round this. Would changing the SID help?
OK knowing I've been thick whats the best way to rectify the situation. Can I sysprep the machines to OOBE on each individual machine? Or would NewSID work?