close

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.

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=quot;John Doequot;,MONTH(Sheet1!A1)=9),Sheet1!C1,quot;quot;)

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

Hope this helps.

Pete

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()