ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   master sheet?? (https://www.excelbanter.com/excel-programming/321604-master-sheet.html)

Monty

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.


Jim Thomlinson[_3_]

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.


Monty

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.



All times are GMT +1. The time now is 06:54 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com