Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arla
 
Posts: n/a
Default Checking 2 sets of values to provide True False

I do invoicing for a large trucking company.
Each invoice contains hundreds of ticket numbers that
can belong to any of 40 trucks.
In an attempt to avoid errors, I have created a checking sheet, where
each truck has all of its tickets entered, complete with total $
and ticket #.
I am trying to create a formula that will search through my invoices
and verify that the combination of ticket & truck match up
to the totals that are displayed on both invoice and check sheet.
I have created formulas that tell me if a complete invoice does
not balance, but I am looking for a formula that will actually
show me WHICH ticket does not balance.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Anne Troy
 
Posts: n/a
Default Checking 2 sets of values to provide True False

I think information about your worksheet layout may be necessary. However,
have you tried conditional formatting? See:
http://www.officearticles.com/excel/...ft_ excel.htm

************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"Arla" wrote in message
...
I do invoicing for a large trucking company.
Each invoice contains hundreds of ticket numbers that
can belong to any of 40 trucks.
In an attempt to avoid errors, I have created a checking sheet, where
each truck has all of its tickets entered, complete with total $
and ticket #.
I am trying to create a formula that will search through my invoices
and verify that the combination of ticket & truck match up
to the totals that are displayed on both invoice and check sheet.
I have created formulas that tell me if a complete invoice does
not balance, but I am looking for a formula that will actually
show me WHICH ticket does not balance.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arla
 
Posts: n/a
Default Checking 2 sets of values to provide True False

I understand that I could use the conditional formatting to show which
numbers are not equal to one another; but first I need a formula that
validates that the Ticket # and Truck # on the invoice match up on the check
sheet, and I can compare the $ to see if those match.

My check sheet is set up as a series of tabs - one tab for each truck, and I
counted this morning and there is almost 50 trucks. In the check sheet, I
have the date, hours, ticket #, invoice, and then total $ for each truck.
There is probably 100 tickets for each truck. So, as you can see I am
checking 5,000 entries. Right now, I have a sumif formula that looks up the
ticket # in the invoices, which are linked to this sheet. The formula
returns the sum of the ticket # in the invoice. I then use a True False
formula to compare the two values. However, this is not help me when a
person enters a wrong unit # ticket # combination. The formula searches the
ticket # and doesn't care what unit # was assigned to it, and it DOES matter.

Thanks for any help anyone can provide. This is a weekly nightmare for me.

"Anne Troy" wrote:

I think information about your worksheet layout may be necessary. However,
have you tried conditional formatting? See:
http://www.officearticles.com/excel/...ft_ excel.htm

************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"Arla" wrote in message
...
I do invoicing for a large trucking company.
Each invoice contains hundreds of ticket numbers that
can belong to any of 40 trucks.
In an attempt to avoid errors, I have created a checking sheet, where
each truck has all of its tickets entered, complete with total $
and ticket #.
I am trying to create a formula that will search through my invoices
and verify that the combination of ticket & truck match up
to the totals that are displayed on both invoice and check sheet.
I have created formulas that tell me if a complete invoice does
not balance, but I am looking for a formula that will actually
show me WHICH ticket does not balance.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arla
 
Posts: n/a
Default Checking 2 sets of values to provide True False

So is what I am really trying to do, is check 3 sets of values??? I am
confusing myself now. Someone take me back to my sanity!

"Arla" wrote:

I understand that I could use the conditional formatting to show which
numbers are not equal to one another; but first I need a formula that
validates that the Ticket # and Truck # on the invoice match up on the check
sheet, and I can compare the $ to see if those match.

My check sheet is set up as a series of tabs - one tab for each truck, and I
counted this morning and there is almost 50 trucks. In the check sheet, I
have the date, hours, ticket #, invoice, and then total $ for each truck.
There is probably 100 tickets for each truck. So, as you can see I am
checking 5,000 entries. Right now, I have a sumif formula that looks up the
ticket # in the invoices, which are linked to this sheet. The formula
returns the sum of the ticket # in the invoice. I then use a True False
formula to compare the two values. However, this is not help me when a
person enters a wrong unit # ticket # combination. The formula searches the
ticket # and doesn't care what unit # was assigned to it, and it DOES matter.

Thanks for any help anyone can provide. This is a weekly nightmare for me.

"Anne Troy" wrote:

I think information about your worksheet layout may be necessary. However,
have you tried conditional formatting? See:
http://www.officearticles.com/excel/...ft_ excel.htm

************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"Arla" wrote in message
...
I do invoicing for a large trucking company.
Each invoice contains hundreds of ticket numbers that
can belong to any of 40 trucks.
In an attempt to avoid errors, I have created a checking sheet, where
each truck has all of its tickets entered, complete with total $
and ticket #.
I am trying to create a formula that will search through my invoices
and verify that the combination of ticket & truck match up
to the totals that are displayed on both invoice and check sheet.
I have created formulas that tell me if a complete invoice does
not balance, but I am looking for a formula that will actually
show me WHICH ticket does not balance.




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Anne Troy
 
Posts: n/a
Default Checking 2 sets of values to provide True False

Hi, Arla. I want to help but it seems pretty detailed. Can you send me the
file or upload it somewhere? If sending try my first name at the web address
below as an email address.
************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"Arla" wrote in message
...
So is what I am really trying to do, is check 3 sets of values??? I am
confusing myself now. Someone take me back to my sanity!

"Arla" wrote:

I understand that I could use the conditional formatting to show which
numbers are not equal to one another; but first I need a formula that
validates that the Ticket # and Truck # on the invoice match up on the
check
sheet, and I can compare the $ to see if those match.

My check sheet is set up as a series of tabs - one tab for each truck,
and I
counted this morning and there is almost 50 trucks. In the check sheet,
I
have the date, hours, ticket #, invoice, and then total $ for each truck.
There is probably 100 tickets for each truck. So, as you can see I am
checking 5,000 entries. Right now, I have a sumif formula that looks up
the
ticket # in the invoices, which are linked to this sheet. The formula
returns the sum of the ticket # in the invoice. I then use a True False
formula to compare the two values. However, this is not help me when a
person enters a wrong unit # ticket # combination. The formula searches
the
ticket # and doesn't care what unit # was assigned to it, and it DOES
matter.

Thanks for any help anyone can provide. This is a weekly nightmare for
me.

"Anne Troy" wrote:

I think information about your worksheet layout may be necessary.
However,
have you tried conditional formatting? See:
http://www.officearticles.com/excel/...ft_ excel.htm

************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"Arla" wrote in message
...
I do invoicing for a large trucking company.
Each invoice contains hundreds of ticket numbers that
can belong to any of 40 trucks.
In an attempt to avoid errors, I have created a checking sheet, where
each truck has all of its tickets entered, complete with total $
and ticket #.
I am trying to create a formula that will search through my invoices
and verify that the combination of ticket & truck match up
to the totals that are displayed on both invoice and check sheet.
I have created formulas that tell me if a complete invoice does
not balance, but I am looking for a formula that will actually
show me WHICH ticket does not balance.








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arla
 
Posts: n/a
Default Checking 2 sets of values to provide True False

Anne,
Thank you very much for your help.
I am going to enter all of my data in one spreadsheet rather than over
multiple sheets. Using a filter, like you suggested, I should be able to at
least simplify what data I already have. I really appreciate a different
view of the problem.

Arla

"Anne Troy" wrote:

Hi, Arla. I want to help but it seems pretty detailed. Can you send me the
file or upload it somewhere? If sending try my first name at the web address
below as an email address.
************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"Arla" wrote in message
...
So is what I am really trying to do, is check 3 sets of values??? I am
confusing myself now. Someone take me back to my sanity!

"Arla" wrote:

I understand that I could use the conditional formatting to show which
numbers are not equal to one another; but first I need a formula that
validates that the Ticket # and Truck # on the invoice match up on the
check
sheet, and I can compare the $ to see if those match.

My check sheet is set up as a series of tabs - one tab for each truck,
and I
counted this morning and there is almost 50 trucks. In the check sheet,
I
have the date, hours, ticket #, invoice, and then total $ for each truck.
There is probably 100 tickets for each truck. So, as you can see I am
checking 5,000 entries. Right now, I have a sumif formula that looks up
the
ticket # in the invoices, which are linked to this sheet. The formula
returns the sum of the ticket # in the invoice. I then use a True False
formula to compare the two values. However, this is not help me when a
person enters a wrong unit # ticket # combination. The formula searches
the
ticket # and doesn't care what unit # was assigned to it, and it DOES
matter.

Thanks for any help anyone can provide. This is a weekly nightmare for
me.

"Anne Troy" wrote:

I think information about your worksheet layout may be necessary.
However,
have you tried conditional formatting? See:
http://www.officearticles.com/excel/...ft_ excel.htm

************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"Arla" wrote in message
...
I do invoicing for a large trucking company.
Each invoice contains hundreds of ticket numbers that
can belong to any of 40 trucks.
In an attempt to avoid errors, I have created a checking sheet, where
each truck has all of its tickets entered, complete with total $
and ticket #.
I am trying to create a formula that will search through my invoices
and verify that the combination of ticket & truck match up
to the totals that are displayed on both invoice and check sheet.
I have created formulas that tell me if a complete invoice does
not balance, but I am looking for a formula that will actually
show me WHICH ticket does not balance.







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
Shorten a Macro mully Excel Discussion (Misc queries) 7 December 30th 05 05:52 PM
Reverse false and combine with true true value Emmie99 Excel Worksheet Functions 5 August 17th 05 04:38 PM
Macros in excel 2000 traineeross Excel Discussion (Misc queries) 12 August 12th 05 03:01 PM
Help: runtime error - Method seriescollection object_chart failed huangx06 Charts and Charting in Excel 3 July 9th 05 12:27 AM
if logical test true, then hlookup, if false then difference betwe VictoriaG Excel Worksheet Functions 0 June 7th 05 08:53 PM


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