If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > If formula (Scratching my brain)

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-11-09, 13:04
Fire Alarm Fire Alarm is offline
Registered User
 
Join Date: Jul 2009
Posts: 10
If formula (Scratching my brain)

Is it possible to do the following?

I am working on workbook trying to create a template for a friend. What I am trying to do is keep sheet1 as the finished sheet, and have sheets 2 & 3 as the informatin log sheets. Here is the formula that I started with: =IF('2009'!$B$2=20, 2*10,""). What he wants is to have sheet1 showing his clients, months, & totals. On sheet2 he wants to be able to input the amount of the payment every month in one cell (i.e. 20 for Jan, 40 for Feb, 60 for Mar., etc.). I have the formula above in the month of January, and have this for the remainder: =IF('2009'!$B$2=40, 40/2,"") this way on sheet1 all months show $20.00. The 40 is changed to 60 and 80 and so on for every month. Now to the question.

How can I use this formula and still keep sheet1 showing $20.00 for all months, no matter what the cell on sheet2 has in it, but the months that have not been paid yet show a zero balance?

Hope this is not too confusing.

Thanks
Reply With Quote
  #2 (permalink)  
Old 12-12-09, 06:25
Colin Legg Colin Legg is offline
Registered User
 
Join Date: Sep 2008
Location: London, UK
Posts: 495
Hi Fire Alarm,

I'm having a little bit of trouble trying to envisage your set-up. Would it be possible for you to zip and attach an example workbook?

Thanks
__________________
Colin

RAD Excel Blog

Other tutorials:
Array Formulas | Deleting Rows with VBA
Reply With Quote
  #3 (permalink)  
Old 12-14-09, 06:53
Fire Alarm Fire Alarm is offline
Registered User
 
Join Date: Jul 2009
Posts: 10
Colin, please see attached.
Attached Files
File Type: zip Sample 2009 Receivable.zip (7.3 KB, 3 views)
Reply With Quote
  #4 (permalink)  
Old 12-14-09, 08:18
Colin Legg Colin Legg is offline
Registered User
 
Join Date: Sep 2008
Location: London, UK
Posts: 495
Hi,

I'm still struggling a bit with this one.


Let's take client "T" as a specific example.

Currently the 2009 payment is $120. How do you want the summary Sheet1 to look? What should happen if the payment is subsequently changed to $280?
__________________
Colin

RAD Excel Blog

Other tutorials:
Array Formulas | Deleting Rows with VBA
Reply With Quote
  #5 (permalink)  
Old 12-14-09, 08:56
Fire Alarm Fire Alarm is offline
Registered User
 
Join Date: Jul 2009
Posts: 10
If the amount on 2009 tab is changed from 120 to 140 for the next month, then $20 should remain in June and $20 should be added to July. The amount should not go over $240
Reply With Quote
  #6 (permalink)  
Old 12-14-09, 10:54
Colin Legg Colin Legg is offline
Registered User
 
Join Date: Sep 2008
Location: London, UK
Posts: 495
Hi,

Sorry, I want to help but I just don't get this at all.

The 2009 and 2010 tabs seem to be an accrued total payment.
So he would have to look in the relevant cell for the client and then add $20 to it if a new payment has come in - is that right? So, change $120 to $140. And then you want that reflected on Sheet1?

But how is that better for him than just having Sheet1 (remove the others) and just to type $20 in under the correct date?

Hopefully someone else understands this better and will be able to step in...
__________________
Colin

RAD Excel Blog

Other tutorials:
Array Formulas | Deleting Rows with VBA
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On