ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   If function with date; if sale is Oct place sale $ amount here (https://www.excelbanter.com/excel-worksheet-functions/68348-if-function-date%3B-if-sale-oct-place-sale-%24-amount-here.html)

[email protected]

If function with date; if sale is Oct place sale $ amount here
 
Please help me to complete an excell spreadsheet function. I want to create
a flow to anotehr sheet that shows all sales by date to appear on a summary
sheet. how would I set up a function to say, if John Doe's sale was in
September, send the sale amount to the summary sheet.

Pete

If function with date; if sale is Oct place sale $ amount here
 
A formula can't send data to another sheet, so it would have to be in
the summary sheet bringing it from the other sheet. You probably have a
date column (assume A), a column of names (B) and a column of sale
amounts (C), and let's assume the data starts on row 1, so your formula
would be something like:

=IF(AND(Sheet1!B1="John Doe",MONTH(Sheet1!A1)=9),Sheet1!C1,"")

I suspect you want something different than this, but if so please post
some further details.

Hope this helps.

Pete



All times are GMT +1. The time now is 09:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com