• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Value of an empty cell in Numbers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Value of an empty cell in Numbers


  • Subject: Value of an empty cell in Numbers
  • From: Deivy Marck Petrescu <email@hidden>
  • Date: Tue, 3 Feb 2009 21:23:50 -0500

Since there are problems with handling dates in Numbers, we should mention problems with empty cells in numbers.

Say in your table you set the cell "B2" to 0 and leave the cell "C2" empty.
Then you run the following script:
----

tell application "Numbers"
tell document 1 to tell sheet 1 to tell table 1
set Range1 to value of cell "B2"
set Range2 to value of cell "C2"
return {class of Range1, class of Range2, Range1 = Range2, Range1, Range2}
end tell
end tell
--->{real, real, true, 0.0, 0.0}

That is, an empty cell has value 0 as real , and it says that its value is the same as the cell whose values *is* 0.



---

Deivy
email@hidden



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Value of an empty cell in Numbers
      • From: KOENIG Yvan <email@hidden>
  • Prev by Date: Re: Value of a date in Numbers
  • Next by Date: compare file icons or icon properties
  • Previous by thread: Re: path to a script
  • Next by thread: Re: Value of an empty cell in Numbers
  • Index(es):
    • Date
    • Thread