PC Review


Reply
Thread Tools Rate Thread

Copy formula if other worksheet cell <> null

 
 
Suzanne
Guest
Posts: n/a
 
      7th Dec 2007
FIRST: I need a formula to capture Data!A2 in Report!A2 if the value in
Data!A2 is not null (and so on for a range anywhere between 2 to 2,000 rows)

Report!A2 =IF('Data'!A2<>"",'Data'!A2,"")

SECOND: I also need Report! to accept row insertions/deletions from Data!
and/or insertions/deletions done in Report!

THIRD: I need to populate a third worksheet with data from two worksheets
(this is for my Word Merge) -- again, refreshing if 'Data'! or 'Report'!
change:

Merge!A2 =IF('Report'!A5<>"",'Report'!A5,"")
Merge!B2 =IF('Data'!A3<>"",'Data'!A3,"")

I've tried many of the solutions already covered, but have had no success.
This is obviously a simplified version of what I'm really working on, but if
I can get help with the formulas for the above, I believe I can get them to
work on the real thing.

My other option is to make users manually copy/paste data from 'Data'! to
'Report'! and then to 'Merge'! (there should be a way to avoid this)

Thanks -- Suzanne
 
Reply With Quote
 
 
 
 
Mike H.
Guest
Posts: n/a
 
      7th Dec 2007
You must have oversimplified it too much for me because I don't understand.
If Report is just a bunch of formulas from Data, why have report at all? How
can you insert or delete rows from Report if it is just referring back to
data? I don't get it. Maybe a little better explanation would be helpful.

"Suzanne" wrote:

> FIRST: I need a formula to capture Data!A2 in Report!A2 if the value in
> Data!A2 is not null (and so on for a range anywhere between 2 to 2,000 rows)
>
> Report!A2 =IF('Data'!A2<>"",'Data'!A2,"")
>
> SECOND: I also need Report! to accept row insertions/deletions from Data!
> and/or insertions/deletions done in Report!
>
> THIRD: I need to populate a third worksheet with data from two worksheets
> (this is for my Word Merge) -- again, refreshing if 'Data'! or 'Report'!
> change:
>
> Merge!A2 =IF('Report'!A5<>"",'Report'!A5,"")
> Merge!B2 =IF('Data'!A3<>"",'Data'!A3,"")
>
> I've tried many of the solutions already covered, but have had no success.
> This is obviously a simplified version of what I'm really working on, but if
> I can get help with the formulas for the above, I believe I can get them to
> work on the real thing.
>
> My other option is to make users manually copy/paste data from 'Data'! to
> 'Report'! and then to 'Merge'! (there should be a way to avoid this)
>
> Thanks -- Suzanne

 
Reply With Quote
 
Suzanne
Guest
Posts: n/a
 
      7th Dec 2007
The workbook essentially contains the following:

o Building: Contains common data needed for the Word merge doc
o Personnel: Contains common data for
o Ergonomic: About 15 columns of simple "X" entries, plus start date and
first/last name from Personnel
o Other: About 20 columns, including multiple validation drop-downs, one
of which contains over 1,800 options, plus nearly all personnel data
o MergeErgo: The sorted/protected worksheet (which includes Building data)
that Word uses for a very simple merge report
o MergeOther: The sorted/etc. (with Building data) that Word uses for a
very complex two-page merge report form

I would like to get Ergonomic and Other set up so that users can enter their
data without worrying about cells which contain formulas (to pull the data
from the Personnel worksheet) and/or the presence of a bunch of cells with
formulas but no values.

Suz


"Mike H." wrote:

> You must have oversimplified it too much for me because I don't understand.
> If Report is just a bunch of formulas from Data, why have report at all? How
> can you insert or delete rows from Report if it is just referring back to
> data? I don't get it. Maybe a little better explanation would be helpful.
>
> "Suzanne" wrote:
>
> > FIRST: I need a formula to capture Data!A2 in Report!A2 if the value in
> > Data!A2 is not null (and so on for a range anywhere between 2 to 2,000 rows)
> >
> > Report!A2 =IF('Data'!A2<>"",'Data'!A2,"")
> >
> > SECOND: I also need Report! to accept row insertions/deletions from Data!
> > and/or insertions/deletions done in Report!
> >
> > THIRD: I need to populate a third worksheet with data from two worksheets
> > (this is for my Word Merge) -- again, refreshing if 'Data'! or 'Report'!
> > change:
> >
> > Merge!A2 =IF('Report'!A5<>"",'Report'!A5,"")
> > Merge!B2 =IF('Data'!A3<>"",'Data'!A3,"")
> >
> > I've tried many of the solutions already covered, but have had no success.
> > This is obviously a simplified version of what I'm really working on, but if
> > I can get help with the formulas for the above, I believe I can get them to
> > work on the real thing.
> >
> > My other option is to make users manually copy/paste data from 'Data'! to
> > 'Report'! and then to 'Merge'! (there should be a way to avoid this)
> >
> > Thanks -- Suzanne

 
Reply With Quote
 
Mike H.
Guest
Posts: n/a
 
      7th Dec 2007
Perhaps someone else will "get it" as I am not sure what needs to be done.
Good luck. If you get no other replies, we'll have to go from there.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy formula from above cell in protected worksheet Nav Microsoft Excel Misc 0 23rd Jan 2008 01:37 AM
Try Again... copy a row if another worksheet cell <>null Suzanne Microsoft Excel Programming 1 8th Dec 2007 03:32 PM
copy cell with non null value tommy_gtr Microsoft Excel Programming 21 14th Oct 2005 08:02 AM
how do i copy formula and change worksheet instead of cell =?Utf-8?B?ZGFsMDUwNg==?= Microsoft Excel Worksheet Functions 2 21st Jan 2005 08:41 PM
If a cell is not null, insert a formula into another cell Michelle Hillard Microsoft Excel Worksheet Functions 3 24th Dec 2003 10:53 PM


Features
 

Advertising
 

Newsgroups
 


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