Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Transferring data from one sheet to another

Hi there,
I hope someone can help me. I am trying to make a spreadsheet where on the
first page I can have all my data, and if I input "true" in one field the
information that follows can be automatically transferred to another page.
For example: If I am doing a expenses spreadsheet, and if I code a column
(joint expenses) "TRUE" it will carry forward to a section I have specified
for joint expenses. That way one sheet can be designated for all expenses,
and one sheet can be coded as joint expenses. I thought of the formula:
=if(sheet1!c4=true, sheet1!d4:sheet1!g4=sheet4!c:sheet4!g4), but it doesnt
work.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 265
Default Transferring data from one sheet to another

have you tried the on change event:

Private Sub Worksheet_Change(ByVal Target As Range)
if target="true" then
bla bla bla bla bla bla bla bla
more blalbalbalba
end sub

"atina" wrote:

Hi there,
I hope someone can help me. I am trying to make a spreadsheet where on the
first page I can have all my data, and if I input "true" in one field the
information that follows can be automatically transferred to another page.
For example: If I am doing a expenses spreadsheet, and if I code a column
(joint expenses) "TRUE" it will carry forward to a section I have specified
for joint expenses. That way one sheet can be designated for all expenses,
and one sheet can be coded as joint expenses. I thought of the formula:
=if(sheet1!c4=true, sheet1!d4:sheet1!g4=sheet4!c:sheet4!g4), but it doesnt
work.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Transferring data from one sheet to another

I am not sure how to do that. Can you explain. Thanks

"filo666" wrote:

have you tried the on change event:

Private Sub Worksheet_Change(ByVal Target As Range)
if target="true" then
bla bla bla bla bla bla bla bla
more blalbalbalba
end sub

"atina" wrote:

Hi there,
I hope someone can help me. I am trying to make a spreadsheet where on the
first page I can have all my data, and if I input "true" in one field the
information that follows can be automatically transferred to another page.
For example: If I am doing a expenses spreadsheet, and if I code a column
(joint expenses) "TRUE" it will carry forward to a section I have specified
for joint expenses. That way one sheet can be designated for all expenses,
and one sheet can be coded as joint expenses. I thought of the formula:
=if(sheet1!c4=true, sheet1!d4:sheet1!g4=sheet4!c:sheet4!g4), but it doesnt
work.

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
Transferring data from multiple sheets in workbook to one sheet BillB Excel Worksheet Functions 5 February 14th 09 04:21 AM
Transferring data from multiple sheets in workbook to one sheet BillB Excel Discussion (Misc queries) 0 February 13th 09 05:14 PM
Transferring data from multiple sheets in workbook to one sheet BillB Excel Discussion (Misc queries) 1 February 11th 09 11:04 PM
Transferring Data from one sheet to another Fkerr Excel Discussion (Misc queries) 2 August 18th 08 11:24 AM
Transferring data from one sheet to another if criteria are met. Bruce Hancock[_2_] Excel Worksheet Functions 6 September 6th 07 09:18 PM


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

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"