Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Need another Formula Help for Copying Info Between 2 Pages

I need to know what formula i would use for this following situation.

I have a Excel Sheet in Excel 2003
First Sheet says: Credit Card Setup
Second Sheet Says: Order Form

There are fields in both of the Sheets that require Identical Information to
be on both of the sheets. Now in the Order Form sheet i want a formula that
will take for an example.

Company Name Field which in the order form is B7 in the Credit Set Up form
it is B10 now what i want is to put the formula on the Order Form so that i
copies the field that corresponds with it on the Credit Card Setup form, so
as i am typing in the credit card Setup sheet, it is automatically copying
over to the Order form, so that i do not have to do duplicate typing. I
really appreciate any help you can provide me. This is a copy of the formula
that i was using before but my bosses changed the sheet on me and want me to
use a specific format, so i need revision on the formula so that it will work
with this one.
=IF(Sheet1!B3<"",Sheet1!B3,"") Help Please
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default Need another Formula Help for Copying Info Between 2 Pages

Try =IF(Sheet1!B7="","",Sheet1!B7) in Sheet2 B10

--
kassie

never stop learning


"EmanJR" wrote in message
...
I need to know what formula i would use for this following situation.

I have a Excel Sheet in Excel 2003
First Sheet says: Credit Card Setup
Second Sheet Says: Order Form

There are fields in both of the Sheets that require Identical Information
to
be on both of the sheets. Now in the Order Form sheet i want a formula
that
will take for an example.

Company Name Field which in the order form is B7 in the Credit Set Up form
it is B10 now what i want is to put the formula on the Order Form so that
i
copies the field that corresponds with it on the Credit Card Setup form,
so
as i am typing in the credit card Setup sheet, it is automatically copying
over to the Order form, so that i do not have to do duplicate typing. I
really appreciate any help you can provide me. This is a copy of the
formula
that i was using before but my bosses changed the sheet on me and want me
to
use a specific format, so i need revision on the formula so that it will
work
with this one.
=IF(Sheet1!B3<"",Sheet1!B3,"") Help Please



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Need another Formula Help for Copying Info Between 2 Pages

It did not work, The formula that i gave as an example was going to the fact
that the sheet name that i was wanting to copy from was Sheet1, and now the
Sheet name that i want to copy from is named Credit Card Setup, and the Sheet
that i would be putting the formula into is Order Form.

"Kassie" wrote:

Try =IF(Sheet1!B7="","",Sheet1!B7) in Sheet2 B10

--
kassie

never stop learning


"EmanJR" wrote in message
...
I need to know what formula i would use for this following situation.

I have a Excel Sheet in Excel 2003
First Sheet says: Credit Card Setup
Second Sheet Says: Order Form

There are fields in both of the Sheets that require Identical Information
to
be on both of the sheets. Now in the Order Form sheet i want a formula
that
will take for an example.

Company Name Field which in the order form is B7 in the Credit Set Up form
it is B10 now what i want is to put the formula on the Order Form so that
i
copies the field that corresponds with it on the Credit Card Setup form,
so
as i am typing in the credit card Setup sheet, it is automatically copying
over to the Order form, so that i do not have to do duplicate typing. I
really appreciate any help you can provide me. This is a copy of the
formula
that i was using before but my bosses changed the sheet on me and want me
to
use a specific format, so i need revision on the formula so that it will
work
with this one.
=IF(Sheet1!B3<"",Sheet1!B3,"") Help Please




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default Need another Formula Help for Copying Info Between 2 Pages

=IF('Credit Card Setup'!B7="","",'Credit Card Setup'!B7) should then do the
trick

--
kassie

never stop learning



"EmanJR" wrote in message
...
It did not work, The formula that i gave as an example was going to the
fact
that the sheet name that i was wanting to copy from was Sheet1, and now
the
Sheet name that i want to copy from is named Credit Card Setup, and the
Sheet
that i would be putting the formula into is Order Form.

"Kassie" wrote:

Try =IF(Sheet1!B7="","",Sheet1!B7) in Sheet2 B10

--
kassie

never stop learning


"EmanJR" wrote in message
...
I need to know what formula i would use for this following situation.

I have a Excel Sheet in Excel 2003
First Sheet says: Credit Card Setup
Second Sheet Says: Order Form

There are fields in both of the Sheets that require Identical
Information
to
be on both of the sheets. Now in the Order Form sheet i want a formula
that
will take for an example.

Company Name Field which in the order form is B7 in the Credit Set Up
form
it is B10 now what i want is to put the formula on the Order Form so
that
i
copies the field that corresponds with it on the Credit Card Setup
form,
so
as i am typing in the credit card Setup sheet, it is automatically
copying
over to the Order form, so that i do not have to do duplicate typing.
I
really appreciate any help you can provide me. This is a copy of the
formula
that i was using before but my bosses changed the sheet on me and want
me
to
use a specific format, so i need revision on the formula so that it
will
work
with this one.
=IF(Sheet1!B3<"",Sheet1!B3,"") Help Please






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Need another Formula Help for Copying Info Between 2 Pages

Thank you for your help

"Kassie" wrote:

=IF('Credit Card Setup'!B7="","",'Credit Card Setup'!B7) should then do the
trick

--
kassie

never stop learning



"EmanJR" wrote in message
...
It did not work, The formula that i gave as an example was going to the
fact
that the sheet name that i was wanting to copy from was Sheet1, and now
the
Sheet name that i want to copy from is named Credit Card Setup, and the
Sheet
that i would be putting the formula into is Order Form.

"Kassie" wrote:

Try =IF(Sheet1!B7="","",Sheet1!B7) in Sheet2 B10

--
kassie

never stop learning


"EmanJR" wrote in message
...
I need to know what formula i would use for this following situation.

I have a Excel Sheet in Excel 2003
First Sheet says: Credit Card Setup
Second Sheet Says: Order Form

There are fields in both of the Sheets that require Identical
Information
to
be on both of the sheets. Now in the Order Form sheet i want a formula
that
will take for an example.

Company Name Field which in the order form is B7 in the Credit Set Up
form
it is B10 now what i want is to put the formula on the Order Form so
that
i
copies the field that corresponds with it on the Credit Card Setup
form,
so
as i am typing in the credit card Setup sheet, it is automatically
copying
over to the Order form, so that i do not have to do duplicate typing.
I
really appreciate any help you can provide me. This is a copy of the
formula
that i was using before but my bosses changed the sheet on me and want
me
to
use a specific format, so i need revision on the formula so that it
will
work
with this one.
=IF(Sheet1!B3<"",Sheet1!B3,"") Help Please






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
if and then formula tiggatattoo Excel Worksheet Functions 2 June 8th 06 08:43 PM
How do write a formula so that only rows with info prints? help Excel Worksheet Functions 2 May 17th 06 05:07 PM
On excel, my formula will not calculate and add info into cell Kara D. Sanders Excel Worksheet Functions 3 May 14th 06 08:54 PM
External Link Shows Formula Not Info nia Excel Worksheet Functions 3 December 4th 05 02:30 AM
how do I copy info from one sheet to another via a formula? Trese Excel Worksheet Functions 6 July 28th 05 02:55 PM


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