Is there a Numbers equivalent to Excel TEXT function?
Example is
Cell A1= 11/04/2010
Cell B1 formula is =TEXT(A1,"d mmm") would return '11 Apr'.
Is there any equivalent in Numbers?
iPhone 3GS 32Gb iOS 4.2.1, iPad 32Gb 3G iOS 4.2.1
iPhone 3GS 32Gb iOS 4.2.1, iPad 32Gb 3G iOS 4.2.1
igmackenzie wrote:
Cell A1= 11/04/2010
Cell B1 formula is =TEXT(A1,"d mmm") would return '11 Apr'.
Is there any equivalent in Numbers?
Badunit wrote:
It appears what you want to do is add up cell AR7 of each worksheet whose name is within the range of dates given by columns H and I. I'm not sure how I would do this in Numbers, especially in a way that would also work in Excel. Maybe someone else can assist.
Badunit wrote:
The Numbers method requires INDIRECT and strings that represent the cell addresses. This means it will fail in Excel due to the difference in how cells are referenced. However, if you duplicate the table and make a version that uses the Excel way of referencing cells and then choose between the two results, it should work in both.
=IFERROR('cell from the Numbers version', 'cell from the Excel version')
Is there a Numbers equivalent to Excel TEXT function?