View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
[email protected] raskinscott@gmail.com is offline
external usenet poster
 
Posts: 5
Default formula or macro in excel, to open another excel sheet?

Note, if the price is reasonable...I will pay someone for their time in creating this formula, or leading me towards creating it


On Wednesday, April 18, 2012 8:43:29 AM UTC-4, wrote:
Anyone? Please help. Basically, what I would want is a formula that did something like this

if A2 <= B2 then it would print c:\sheets\file1.xls, otherwise it would do nothing
if C2 <= D2,then it would print c:\sheets\file2.xls, otherwise it would do nothing
and so on and so on down the line
Once I got one of the formulas, I assume that I could duplicate them for the row information and printed file information

Thats really it. Is there a way to do that?