#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jclout
 
Posts: n/a
Default Blank Cell


I'm looking to create a function to find the last blank cell on a
different worksheet and then enter the data.

This is a small idea of what I'm trying to do.
I have 2 cells that I enter cabinet sizes in Height and Width. I only
use the width to find the size of the door/doors. Now I want to be
anble to see my results in a cell. So I call the function
=doorsize(A21) but now I would like to have this fill in a form on the
order worksheet at the same time.

I think I would use something like this to find the first blank cell in
a range of cells.

Scell would be the startijng cell
Ecell would be the ending cell

Function Doorsize(Size, Scell, Ecell)

If Size 24.125 Then
Doorsize = (Size / 2) - 0.125
Else
Doorsize = Size - 0.125
End If

Here is where I would put the search string and how to enter the data

End Function

Any help to point me in the right direction would be great.

I'm not afraid of reading and trying to figure it out my self.

Thank you
Just a newbie to Excell but a master capenter
Jclout


--
Jclout
------------------------------------------------------------------------
Jclout's Profile: http://www.excelforum.com/member.php...o&userid=33267
View this thread: http://www.excelforum.com/showthread...hreadid=530925

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Barb Reinhardt
 
Posts: n/a
Default Blank Cell

This may help you

http://www.ozgrid.com/VBA/ExcelRanges.htm

"Jclout" wrote:


I'm looking to create a function to find the last blank cell on a
different worksheet and then enter the data.

This is a small idea of what I'm trying to do.
I have 2 cells that I enter cabinet sizes in Height and Width. I only
use the width to find the size of the door/doors. Now I want to be
anble to see my results in a cell. So I call the function
=doorsize(A21) but now I would like to have this fill in a form on the
order worksheet at the same time.

I think I would use something like this to find the first blank cell in
a range of cells.

Scell would be the startijng cell
Ecell would be the ending cell

Function Doorsize(Size, Scell, Ecell)

If Size 24.125 Then
Doorsize = (Size / 2) - 0.125
Else
Doorsize = Size - 0.125
End If

Here is where I would put the search string and how to enter the data

End Function

Any help to point me in the right direction would be great.

I'm not afraid of reading and trying to figure it out my self.

Thank you
Just a newbie to Excell but a master capenter
Jclout


--
Jclout
------------------------------------------------------------------------
Jclout's Profile: http://www.excelforum.com/member.php...o&userid=33267
View this thread: http://www.excelforum.com/showthread...hreadid=530925


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Blank (empty) cell always equal to 0?? ulfah Excel Discussion (Misc queries) 3 February 1st 06 04:55 PM
Return of blank cell if lookup fails TimM Excel Worksheet Functions 4 November 23rd 05 04:40 PM
Setting Purely BLANK Cell yokato95 Excel Worksheet Functions 4 August 18th 05 04:43 PM
Replace null string with blank cell gjcase Excel Discussion (Misc queries) 2 August 9th 05 02:13 PM
Look for change next blank cell in Range Nigel Bennett Excel Worksheet Functions 1 March 13th 05 09:45 PM


All times are GMT +1. The time now is 11:59 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"