Pages

Search

Excel Help Forum - Excel Programming / VBA / Macros: VBA transfer data from one workbook to another

Feed2Mail notification - new post on Excel Help Forum - Excel Programming / VBA / Macros
VBA transfer data from one workbook to another
how would i go about transferring data from one workbook to another? the starting data is in: workbook: "VEF LOGBOOKm working.xlsm" worksheet: "Finished" cell: b1 I need it to go to the first unused cell in column a in: workbook: "VEF SUMMARYm.xlsm"

Excel Help Forum - Excel General: Calculating the number of days which fall in financial year

Feed2Mail notification - new post on Excel Help Forum - Excel General
Calculating the number of days which fall in financial year
Hi All, Anyone know how I could split the number of days beween two dates by financial year? ie From To Amount Number of days which fall in 2011/12 financial year Number of days which fall in 2013/14 financial year invoice...

Excel IT Pro Discussions Forum: Excel 2010 - complicated formulas

Feed2Mail notification - new post on Excel IT Pro Discussions Forum
Excel 2010 - complicated formulas

Hi

I have a spreadsheet I'm just about happy with, but I need to tweak a formula slightly and I need a bit of help with it. In the cells in column F, the user either types in the Book Band number or if the child has reached above level 30 they are now a Free Reader and they typre Feee Reader into a cell in column F. A Free Reader has the reading age of someone 11y, 6m+.

In column G the formula works out how far ahead, behind or whether they are on target. Here is the formula:

=IF(TRIM(E2)=TRIM(G2),"On target",IF(INT(M2)<>0,INT(M2) & "y, ","") & ROUND(MOD(M2,1)*12,0) & "m" & IF(K2>L2, " behind"," ahead"))

I would like to adjust that formula to show the text in column H of "Way ahead" if a child is a Free Reader (11y, 6m+).

I'd really appreciate your help.

Viv


Viv Haig

Excel Help Forum - Excel Programming / VBA / Macros: Weighted Random Number Generator Code Needed

Feed2Mail notification - new post on Excel Help Forum - Excel Programming / VBA / Macros
Weighted Random Number Generator Code Needed
Hello, I am running an excel based Jeopardy game and need a way to randomly choose three winners based on their number of entries gained throughout the game. I need a code which is able to take in columns of information (example below) and randomly pick three student numbers, taking into...

Excel Help Forum - Excel General: How to copy a formula to multiple cells without filling blanks cells too..

Feed2Mail notification - new post on Excel Help Forum - Excel General
How to copy a formula to multiple cells without filling blanks cells too..
Hi, I'm attempting to use a concatenate formula on a list of keywords, however some of the keywords are blank. Is there any way I can get my concatenate keyword to not appear in these fields. I'm attempting to insert a '+' symbol before every keyword but I have 8000+ keywords. E.G. ...

Excel IT Pro Discussions Forum: Excel ODBC / TNSNAMES issue...

Feed2Mail notification - new post on Excel IT Pro Discussions Forum
Excel ODBC / TNSNAMES issue...

Running Windows 7 SP1 (32-bit), Office 2010, Oracle Client 11g, and two System DSNs that point to Oracle databases.  I can resolve both ODBC conenctions via a command prompt and tnsping, and I can connect to the ODBC connections via TOAD for Oracle.

Where I'm stuck is that when I attempt to connect within Excel / Power Pivot, it returns a TNS listener error.  The issue is user specific as I can switch users and connect via Excel with no issues.  Looking for a user-specific setting, registry setting or even a cache setting that may store this info.


Fuel

Excel Help Forum - Excel Programming / VBA / Macros: Copy and Paste Filtered Data

Feed2Mail notification - new post on Excel Help Forum - Excel Programming / VBA / Macros
Copy and Paste Filtered Data
I need to copy all the filtered data only from "Sheet1" over to "Members" currently I am just having it select and copy / paste, but this takes a great deal of time. I've looked through some forums to try and figure this out, but can't seem to locate a helpful answer, any ideas? This is what I...