This week we are looking at a very simple but a very powerful function.
The VALUE function is very easy to use, just type =VALUE(text) in a cell where text is a cell reference is a valid cell address e.g. A1 or T45 or a cell name – e.g. my_cell or just some text. It must represent a number.
The uses of this function are wide. I use it regularly in the following scenarios:
the Excel help provides this example:
Time to unload the browser again. And I have some great stuff for you all this week. Starting with some geek humour as well as some new toys and news.
Geeks are Sexy post a YouTube video of the Big Bang Theory and Rock, Paper, Scissors, Lizard, Spock, their use of the extended version of Rock, Paper, Scissors. Check it out!
HP has suddenly become an Excel Tips website! These three pages were linked in their last newsletter.
Some great news on the Windows Live front.
First of all A note about Hotmail, SkyDrive and Photos storage space from LiveSide advising that there is now a massive 50GB o free space online available to you as follows:
I am combining the function of the week with a request I had to write some VBA code to use it. (Note the VBA function is not always the same as the application function).
Here is the question I was asked:
I have two columns - One "AA" and the other "AB"
I want to fill down the column AB based on the results in "AA" but I'm
confused about how to get the individual data from AA2 into AB2 - for
example...
Dim AAcell As Range
Dim ABcell As Range
For Each AAcell In Range("AA:AA")
If IsEmpty(AAcell) Then
ABcell.Value = ""
Else
ABcell.Value = Int(AAcell.Value)
End Sub
I'm sure this isnt' right/correct - as it isn't working - LOL - but I'm not
sure how to put it...
Reading this through I understood that the reader wanted to be able to fill a column based on another column. If the first column had a blank cell he wanted that repeated in the new column. All other entries in the new column were to be the INTEGER of the number in the first column. I have provided the code used to make this work at the end of this article. Click Read More to continue.
Time to close some tabs. Here are all the good things found since the last round up.
I completely redesigned the front end of www.rasita.biz using panels and views. What do you think? Judith is now selling reptiles as well as her cooking eCourses.
Sarah Perez posted this on live mesh wallpapers. We got them!
Are you Mesh-obsessed? Well now you can show off your devotion to the new service by displaying the Mesh logo on your computer’s desktop. You can grab the zip file for yourself from here.
Sarah also has a Q&A session on Microsoft Office Web Applications.
Recent comments
10 years 37 weeks ago
10 years 37 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago