ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   File name In Hyperlink (https://www.excelbanter.com/excel-discussion-misc-queries/216916-file-name-hyperlink.html)

SteW

File name In Hyperlink
 
Hi all

The Formula below allows me to open my scanner from the spreadsheet.

=IF(AND(SUM(C10:E10)0,$B$6="No"),HYPERLINK("C:\Pr ogram Files\Canon\CanoScan
Toolbox Ver4.9\CSTBox.exe","Scan And Name"&" "&ROW()-1&" "&"To Income
Receipts")," ")

I would like to replace the

"C:\Program Files\Canon\CanoScan Toolbox Ver4.9\CSTBox.exe",

part with a cell Number which will contain the above information or if
somebody is using a different scanner they would insert there file path in
said cell.

Can Somebody indicate how I would tie this together

Thanks for looking

Stewart

Sheeloo[_3_]

File name In Hyperlink
 
Simply replace
"C:\Program Files\Canon\CanoScan Toolbox Ver4.9\CSTBox.exe"
with the address of the Cell containing
C:\Program Files\Canon\CanoScan Toolbox Ver4.9\CSTBox.exe

If A1 contains
C:\Program Files\Canon\CanoScan Toolbox Ver4.9\CSTBox.exe
then use
=IF(AND(SUM(C10:E10)0,$B$6="No"),HYPERLINK(A1,"Sc an And Name"&" "&ROW()-1&"
"&"To Income
Receipts")," ")

in your formula

=IF(AND(SUM(C10:E10)0,$B$6="No"),HYPERLINK("C:\Pr ogram Files\Canon\CanoScan
Toolbox Ver4.9\CSTBox.exe","Scan And Name"&" "&ROW()-1&" "&"To Income
Receipts")," ")


"stew" wrote:

Hi all

The Formula below allows me to open my scanner from the spreadsheet.

=IF(AND(SUM(C10:E10)0,$B$6="No"),HYPERLINK("C:\Pr ogram Files\Canon\CanoScan
Toolbox Ver4.9\CSTBox.exe","Scan And Name"&" "&ROW()-1&" "&"To Income
Receipts")," ")

I would like to replace the

"C:\Program Files\Canon\CanoScan Toolbox Ver4.9\CSTBox.exe",

part with a cell Number which will contain the above information or if
somebody is using a different scanner they would insert there file path in
said cell.

Can Somebody indicate how I would tie this together

Thanks for looking

Stewart


SteW

File name In Hyperlink
 
Thank You Sheeloo

Stew

"Sheeloo" wrote:

Simply replace
"C:\Program Files\Canon\CanoScan Toolbox Ver4.9\CSTBox.exe"
with the address of the Cell containing
C:\Program Files\Canon\CanoScan Toolbox Ver4.9\CSTBox.exe

If A1 contains
C:\Program Files\Canon\CanoScan Toolbox Ver4.9\CSTBox.exe
then use
=IF(AND(SUM(C10:E10)0,$B$6="No"),HYPERLINK(A1,"Sc an And Name"&" "&ROW()-1&"
"&"To Income
Receipts")," ")

in your formula

=IF(AND(SUM(C10:E10)0,$B$6="No"),HYPERLINK("C:\Pr ogram Files\Canon\CanoScan
Toolbox Ver4.9\CSTBox.exe","Scan And Name"&" "&ROW()-1&" "&"To Income
Receipts")," ")


"stew" wrote:

Hi all

The Formula below allows me to open my scanner from the spreadsheet.

=IF(AND(SUM(C10:E10)0,$B$6="No"),HYPERLINK("C:\Pr ogram Files\Canon\CanoScan
Toolbox Ver4.9\CSTBox.exe","Scan And Name"&" "&ROW()-1&" "&"To Income
Receipts")," ")

I would like to replace the

"C:\Program Files\Canon\CanoScan Toolbox Ver4.9\CSTBox.exe",

part with a cell Number which will contain the above information or if
somebody is using a different scanner they would insert there file path in
said cell.

Can Somebody indicate how I would tie this together

Thanks for looking

Stewart



All times are GMT +1. The time now is 06:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com