ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   What is the Excel equivalent of the CELL function? (https://www.excelbanter.com/excel-worksheet-functions/108473-what-excel-equivalent-cell-function.html)

JP

What is the Excel equivalent of the CELL function?
 
What is the Excel equivalent of the =CELL("filename",A1) function? The
Excel 2003 help screen for this function states:



"Remark

The CELL function is provided for compatibility with other spreadsheet
programs."



I need a cell to display the filename and path.



Thank you,

JP



Bob Phillips

What is the Excel equivalent of the CELL function?
 
That is it.

See http://www.xldynamic.com/source/xld.xlFAQ0002.html

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"JP" wrote in message
. ..
What is the Excel equivalent of the =CELL("filename",A1) function? The
Excel 2003 help screen for this function states:



"Remark

The CELL function is provided for compatibility with other spreadsheet
programs."



I need a cell to display the filename and path.



Thank you,

JP





Dave Peterson

What is the Excel equivalent of the CELL function?
 
=cell("filename",a1)
is the equivalent in Excel <bg



JP wrote:

What is the Excel equivalent of the =CELL("filename",A1) function? The
Excel 2003 help screen for this function states:

"Remark

The CELL function is provided for compatibility with other spreadsheet
programs."

I need a cell to display the filename and path.

Thank you,

JP


--

Dave Peterson

JP

What is the Excel equivalent of the CELL function?
 
Thank you, but what is the explanation for the Remark on the function's help
screen:
"Remark
The CELL function is provided for compatibility with other spreadsheet
programs"?
Normally this means there's another Excel-specific function, no?


"Bob Phillips" wrote in message
...
That is it.

See http://www.xldynamic.com/source/xld.xlFAQ0002.html

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"JP" wrote in message
. ..
What is the Excel equivalent of the =CELL("filename",A1) function? The
Excel 2003 help screen for this function states:



"Remark

The CELL function is provided for compatibility with other spreadsheet
programs."



I need a cell to display the filename and path.



Thank you,

JP







JP

What is the Excel equivalent of the CELL function?
 
Thank you, but what is the explanation for the Remark on the function's help
screen:
"Remark
The CELL function is provided for compatibility with other spreadsheet
programs"?
Normally this means there's another Excel-specific function, no?
"Dave Peterson" wrote in message
...
=cell("filename",a1)
is the equivalent in Excel <bg



JP wrote:

What is the Excel equivalent of the =CELL("filename",A1) function? The
Excel 2003 help screen for this function states:

"Remark

The CELL function is provided for compatibility with other spreadsheet
programs."

I need a cell to display the filename and path.

Thank you,

JP


--

Dave Peterson




Bob Phillips

What is the Excel equivalent of the CELL function?
 
Lotus.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"JP" wrote in message
...
Thank you, but what is the explanation for the Remark on the function's

help
screen:
"Remark
The CELL function is provided for compatibility with other spreadsheet
programs"?
Normally this means there's another Excel-specific function, no?


"Bob Phillips" wrote in message
...
That is it.

See http://www.xldynamic.com/source/xld.xlFAQ0002.html

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"JP" wrote in message
. ..
What is the Excel equivalent of the =CELL("filename",A1) function? The
Excel 2003 help screen for this function states:



"Remark

The CELL function is provided for compatibility with other spreadsheet
programs."



I need a cell to display the filename and path.



Thank you,

JP









JP

What is the Excel equivalent of the CELL function?
 
Thank you for your assistance, Bob.
Regards,
JP
"Bob Phillips" wrote in message
...
Lotus.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"JP" wrote in message
...
Thank you, but what is the explanation for the Remark on the function's

help
screen:
"Remark
The CELL function is provided for compatibility with other spreadsheet
programs"?
Normally this means there's another Excel-specific function, no?


"Bob Phillips" wrote in message
...
That is it.

See http://www.xldynamic.com/source/xld.xlFAQ0002.html

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"JP" wrote in message
. ..
What is the Excel equivalent of the =CELL("filename",A1) function?
The
Excel 2003 help screen for this function states:



"Remark

The CELL function is provided for compatibility with other spreadsheet
programs."



I need a cell to display the filename and path.



Thank you,

JP











Dave Peterson

What is the Excel equivalent of the CELL function?
 
If you look at the =Cell() function in Excel's help, you'll see that the first
argument can be lots of things.

If I were designing a spreadsheet program from scratch, I'm not sure I'd ever
think about including:

=CELL("contents",A1)

But if I had to take in consideration lots of other spreadsheet programs (and
wanted to have those users become my customers), I'd make sure I'd include stuff
that didn't make obvious sense to me.

I'd do my best to make the transition as easy as possible.



JP wrote:

Thank you, but what is the explanation for the Remark on the function's help
screen:
"Remark
The CELL function is provided for compatibility with other spreadsheet
programs"?
Normally this means there's another Excel-specific function, no?
"Dave Peterson" wrote in message
...
=cell("filename",a1)
is the equivalent in Excel <bg



JP wrote:

What is the Excel equivalent of the =CELL("filename",A1) function? The
Excel 2003 help screen for this function states:

"Remark

The CELL function is provided for compatibility with other spreadsheet
programs."

I need a cell to display the filename and path.

Thank you,

JP


--

Dave Peterson


--

Dave Peterson

JP

What is the Excel equivalent of the CELL function?
 
Thanks Dave, for that explanation.
Best wishes,
JP
"Dave Peterson" wrote in message
...
If you look at the =Cell() function in Excel's help, you'll see that the
first
argument can be lots of things.

If I were designing a spreadsheet program from scratch, I'm not sure I'd
ever
think about including:

=CELL("contents",A1)

But if I had to take in consideration lots of other spreadsheet programs
(and
wanted to have those users become my customers), I'd make sure I'd include
stuff
that didn't make obvious sense to me.

I'd do my best to make the transition as easy as possible.



JP wrote:

Thank you, but what is the explanation for the Remark on the function's
help
screen:
"Remark
The CELL function is provided for compatibility with other spreadsheet
programs"?
Normally this means there's another Excel-specific function, no?
"Dave Peterson" wrote in message
...
=cell("filename",a1)
is the equivalent in Excel <bg



JP wrote:

What is the Excel equivalent of the =CELL("filename",A1) function?
The
Excel 2003 help screen for this function states:

"Remark

The CELL function is provided for compatibility with other spreadsheet
programs."

I need a cell to display the filename and path.

Thank you,

JP

--

Dave Peterson


--

Dave Peterson





All times are GMT +1. The time now is 10:08 AM.

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