Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 33
Default master sheet??

I have the following formula in cells G4 & H4

=IF((F4-E4)=15,"Issue PP yes or no.","") In Cell G4

=IF(G4="yes",F4-E4,IF(G4="no",F4-E4, IF(F4-E4<=15, F4-E4,IF(F4-E4=15,"Issue
Prompt Payment Letter.","")))) In Cell H4

I would like to transfer part or all of the information in row 4 to another
sheet if I type in yes to cell G4.

If I type no then do nothing.

Can anyone help.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 983
Default master sheet??

YOu need to pace a formual in the other sheet that looks at the value in the
Master sheet cell G4 and based on that grab what is needed. Something like
this

if('Sheet1'!G4 = "Yes" , "Do This", "Do Nothing")

HTH...

"Monty" wrote:

I have the following formula in cells G4 & H4

=IF((F4-E4)=15,"Issue PP yes or no.","") In Cell G4

=IF(G4="yes",F4-E4,IF(G4="no",F4-E4, IF(F4-E4<=15, F4-E4,IF(F4-E4=15,"Issue
Prompt Payment Letter.","")))) In Cell H4

I would like to transfer part or all of the information in row 4 to another
sheet if I type in yes to cell G4.

If I type no then do nothing.

Can anyone help.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 33
Default master sheet??

thanks can you give me another hint to start me of please.

thanks again

"Jim Thomlinson" wrote:

YOu need to pace a formual in the other sheet that looks at the value in the
Master sheet cell G4 and based on that grab what is needed. Something like
this

if('Sheet1'!G4 = "Yes" , "Do This", "Do Nothing")

HTH...

"Monty" wrote:

I have the following formula in cells G4 & H4

=IF((F4-E4)=15,"Issue PP yes or no.","") In Cell G4

=IF(G4="yes",F4-E4,IF(G4="no",F4-E4, IF(F4-E4<=15, F4-E4,IF(F4-E4=15,"Issue
Prompt Payment Letter.","")))) In Cell H4

I would like to transfer part or all of the information in row 4 to another
sheet if I type in yes to cell G4.

If I type no then do nothing.

Can anyone help.

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
Showing Specific Data from Master Sheet to Another Sheet Parker Jones New Users to Excel 1 July 10th 09 02:01 AM
Master sheet poorboys Excel Discussion (Misc queries) 0 January 3rd 08 04:01 PM
Automatically add records from a new sheet to master sheet [email protected] Excel Discussion (Misc queries) 1 January 2nd 07 08:24 PM
Master Sheet Freddo Excel Worksheet Functions 2 May 26th 06 02:49 PM
master sheet hockey nut Excel Programming 1 April 2nd 04 04:17 PM


All times are GMT +1. The time now is 03:37 PM.

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

About Us

"It's about Microsoft Excel"