Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have: 1. A text file called "t.txt" which contains just 1 line. This 1 line contains just 1 value. Call this value "x". 2. An spreadsheet cell formula that does some calculations and returns the value "y". I need to: 1. Change the value "x" in the "t.txt" file to value "z". 2. Where z = x - y So the steps would be: 1. Get value "x" from "t.txt" file. By the way, the name "t.txt" comes from cell a12. 2. Get value "y" from cell d34. 3. Subtract "x" from "y" and assign the result to "z". 4. Replace the value "x" in "t.txt" file with value "z". Can you tell me - How can this be done WITHOUT using any VBA code? Can this be done using just formulas? If yes, please show me how? Thanks. Luther ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Read 3 txt input files and create an XL spreadsheet | Excel Discussion (Misc queries) | |||
Saving Excel files to Read/Write only folders | Excel Discussion (Misc queries) | |||
I have a read only xl file, I need it to be read and write | Excel Discussion (Misc queries) | |||
Sharing read-write Excel 2003 files | Excel Discussion (Misc queries) | |||
How can a file be converted from Read-Only to Read/Write | Excel Discussion (Misc queries) |