Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default creating functions

trying to create a function that IF B1 is ( time value), then TRANSPOSE
(number value) B2 to B3. can anyonehelp with this function
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default creating functions


can you be more descriptive. What does transpose mean?


--
Mallycat
------------------------------------------------------------------------
Mallycat's Profile: http://www.excelforum.com/member.php...o&userid=35514
View this thread: http://www.excelforum.com/showthread...hreadid=561381

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default creating functions

copy or move

"Mallycat" wrote:


can you be more descriptive. What does transpose mean?


--
Mallycat
------------------------------------------------------------------------
Mallycat's Profile: http://www.excelforum.com/member.php...o&userid=35514
View this thread: http://www.excelforum.com/showthread...hreadid=561381


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default creating functions

Hi

Try entering in B3
=IF(B1TIME(9,15,0),B2,"")

If the time in B1 is greater than 9:15, then B3 will have the value that
is in B2, otherwise it will remain empty.
--
Regards

Roger Govier


"grumpy" wrote in message
...
trying to create a function that IF B1 is ( time value), then
TRANSPOSE
(number value) B2 to B3. can anyonehelp with this function



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default creating functions

In B3

=IF(B1TIME(9,30,0),B2,"")

or

=IF(B1--"9:30:00",B2,"")

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"grumpy" wrote in message
...
copy or move

"Mallycat" wrote:


can you be more descriptive. What does transpose mean?


--
Mallycat
------------------------------------------------------------------------
Mallycat's Profile:

http://www.excelforum.com/member.php...o&userid=35514
View this thread:

http://www.excelforum.com/showthread...hreadid=561381




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
creating new functions Peter R Knight Excel Worksheet Functions 3 September 19th 05 02:03 PM
creating a excel spread sheet using ffinancial functions slide show Excel Worksheet Functions 1 September 8th 05 08:46 PM
Creating & Combining Macro to Functions Wanda H. Excel Worksheet Functions 1 August 15th 05 09:48 PM
I have had difficulty in creating user defined functions in Excel MichaelG Excel Worksheet Functions 3 July 13th 05 11:59 AM
Creating a functions Kimi Excel Worksheet Functions 1 April 8th 05 05:27 AM


All times are GMT +1. The time now is 11:49 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"