Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default If isna match function???

In Column B I have Sales, Column C Sales Tax and Column D the anticipated
deposit (combination of the two). These columns are broken down for daily
totals in rows 4 thru 34 (1-Jan-08 thru 31-Jan-08).

Further down in the sheet I want to be able to enter into Column D (say row
37) the actual deposit and have cells B37 and C37 populate with the matching
Sales and Sales Tax amount for that deposit
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 364
Default If isna match function???

Do you want to enter one of the values in Col D and then get the
corresponding values from Col B & C?

If that is the requirement then why not use Data-Filter and pick the value
you want?

If you HAVE to do it your way then
=MATCH(D37,D34:C15,0) will give you the row no. for deposit corresponding to
the value in D37
You can then use OFFSET to get the value from B & C

Here is the complete setup
Enter the value you want to lookup in D37
Enter in B37
=OFFSET(B1,(MATCH($D$37,$D$1:$D$34,0))-1,0,1,1)
Enter in C37
=OFFSET(C1,(MATCH($D$37,$D$1:$D$34,0))-1,0,1,1)

Note: This will return the first match only... There is no error checking...

"handyaccountant" wrote:

In Column B I have Sales, Column C Sales Tax and Column D the anticipated
deposit (combination of the two). These columns are broken down for daily
totals in rows 4 thru 34 (1-Jan-08 thru 31-Jan-08).

Further down in the sheet I want to be able to enter into Column D (say row
37) the actual deposit and have cells B37 and C37 populate with the matching
Sales and Sales Tax amount for that deposit

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default If isna match function???

Thank you for the attempt but it didn't return anything of use.
Here is a sample of what I am working with:
A B C D
Sales Sales Tax Deposit
1/1/08 29.50 1.43 30.93
1/2/08 300.00 8.25 308.25

This table is being pulled from another sheet with all of the transactions
and totalling it for the day using the date on the left. The goal for this
formula is to be able to go down the bank statement entering only the deposit
(using here the deposit for the 2nd). Let's say the deposit cleared the bank
on the 5th, although the credit card company shows it as the 2nd. I would
like to be able to enter:
A B C D
1/5/08 308.25

And have the formula return:

A B C D
1/5/08 300.00 8.25 308.25

Of course I need to do this for hundreds of deposits within a given month,
making a formula much more desirable.

Thanks
handya

"Sheeloo" wrote:

Do you want to enter one of the values in Col D and then get the
corresponding values from Col B & C?

If that is the requirement then why not use Data-Filter and pick the value
you want?

If you HAVE to do it your way then
=MATCH(D37,D34:C15,0) will give you the row no. for deposit corresponding to
the value in D37
You can then use OFFSET to get the value from B & C

Here is the complete setup
Enter the value you want to lookup in D37
Enter in B37
=OFFSET(B1,(MATCH($D$37,$D$1:$D$34,0))-1,0,1,1)
Enter in C37
=OFFSET(C1,(MATCH($D$37,$D$1:$D$34,0))-1,0,1,1)

Note: This will return the first match only... There is no error checking...

"handyaccountant" wrote:

In Column B I have Sales, Column C Sales Tax and Column D the anticipated
deposit (combination of the two). These columns are broken down for daily
totals in rows 4 thru 34 (1-Jan-08 thru 31-Jan-08).

Further down in the sheet I want to be able to enter into Column D (say row
37) the actual deposit and have cells B37 and C37 populate with the matching
Sales and Sales Tax amount for that deposit

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
match with isna formula question Belinda7237 Excel Worksheet Functions 2 August 28th 08 12:52 PM
ISNA match function help Adam Excel Worksheet Functions 9 March 8th 08 03:24 AM
If isna match vlookup formula maijiuli Excel Worksheet Functions 6 November 20th 07 10:09 PM
IsNA(match Sanz Excel Worksheet Functions 1 May 23rd 05 09:11 PM
IsNA(match Duke Carey Excel Worksheet Functions 0 May 23rd 05 06:10 PM


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