Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default 4 variables to one sheet, then back to original sheet with answer

I recieve soil analysis reports back from a lab in a ASCII
format. I then paste them into a spread sheet for analysis
to calculate fertilizer and soil admendment
recommendations. Four of the variables that come back from
the lab need to be entered into another spreadsheet, (I
will call it a lime calculator) to calculate one of my
answers. The "lime calculator" goes through numerous steps
so it can not be consolidated it one formula. I thought of
putting an individual Lime calculator that would reference
to each individual sample, but there has got to be a
simplier way.
Thank you
Howard
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,236
Default 4 variables to one sheet, then back to original sheet with answer

You may be interested in converting the lime calculation into a "user
defined function" (UDF).
A UDF is just a VBA function which you can use directly from the worksheet -
as if it were just another worksheet function.

The UDF would take 4 arguments and output one answer. The guts of the
function could be as many or as little steps as necessary.

Rob


"Howard" wrote in message
...
I recieve soil analysis reports back from a lab in a ASCII
format. I then paste them into a spread sheet for analysis
to calculate fertilizer and soil admendment
recommendations. Four of the variables that come back from
the lab need to be entered into another spreadsheet, (I
will call it a lime calculator) to calculate one of my
answers. The "lime calculator" goes through numerous steps
so it can not be consolidated it one formula. I thought of
putting an individual Lime calculator that would reference
to each individual sample, but there has got to be a
simplier way.
Thank you
Howard



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing the original setup for an inventory sheet Book list Setting up and Configuration of Excel 1 May 10th 10 10:06 PM
Copy Sheet to new Sheet and clear cells on original sheets Boiler-Todd Excel Discussion (Misc queries) 7 September 23rd 09 10:02 PM
???Replicate a sheet but chart still link to original sheet Jaylin Charts and Charting in Excel 1 October 9th 06 03:14 PM
Preserve original workbook, but add new sheet? Stuart[_5_] Excel Programming 2 September 28th 03 02:16 PM
Running sheet from another sheet ... and back Henry[_4_] Excel Programming 0 July 8th 03 11:36 PM


All times are GMT +1. The time now is 04:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"