How can write this as workbook function ???

P

pls123

How can write this as workbook function ???

Workbooks("@@@@PLT@@@@MI.UCG.xlsm").Sheets("Sheet1").Range("D" &
aWS.Range("A16").Value & "").Value

it would be something like this
='[@@@@PLT@@@@MI.UCG.xlsm]Sheet1'!$D$ ^^^thisworkbook.A16.value^^^

and how would it be inside an IF function , requiring that value = zero (for
example!)

tx if can help me about
paolo
 
R

Ryan H

I think this is what you are wanting. Hope this helps! If so, let me know,
click "YES" below.

=IF("[("@@@@PLT@@@@MI.UCG]Sheet1!$D$"&A16="0","True", "False")
 
P

pls123

tx ryan !!
it was exactly this..

=AND("[(@@@@PLT@@@@MI.UCG.xlsm]Sheet1'!$D$"&A16>=A20)

happy weekend !
paolo


Ryan H said:
I think this is what you are wanting. Hope this helps! If so, let me know,
click "YES" below.

=IF("[("@@@@PLT@@@@MI.UCG]Sheet1!$D$"&A16="0","True", "False")

--
Cheers,
Ryan


pls123 said:
How can write this as workbook function ???

Workbooks("@@@@PLT@@@@MI.UCG.xlsm").Sheets("Sheet1").Range("D" &
aWS.Range("A16").Value & "").Value

it would be something like this
='[@@@@PLT@@@@MI.UCG.xlsm]Sheet1'!$D$ ^^^thisworkbook.A16.value^^^

and how would it be inside an IF function , requiring that value = zero (for
example!)

tx if can help me about
paolo
 
P

pls123

exactly...

cant find the real syntax with parenthesis and other...
i will make some try tx !!

paolo





pls123 said:
tx ryan !!
it was exactly this..

=AND("[(@@@@PLT@@@@MI.UCG.xlsm]Sheet1'!$D$"&A16>=A20)

happy weekend !
paolo


Ryan H said:
I think this is what you are wanting. Hope this helps! If so, let me know,
click "YES" below.

=IF("[("@@@@PLT@@@@MI.UCG]Sheet1!$D$"&A16="0","True", "False")

--
Cheers,
Ryan


pls123 said:
How can write this as workbook function ???

Workbooks("@@@@PLT@@@@MI.UCG.xlsm").Sheets("Sheet1").Range("D" &
aWS.Range("A16").Value & "").Value

it would be something like this
='[@@@@PLT@@@@MI.UCG.xlsm]Sheet1'!$D$ ^^^thisworkbook.A16.value^^^

and how would it be inside an IF function , requiring that value = zero (for
example!)

tx if can help me about
paolo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top