0% found this document useful (0 votes)
26 views1 page

Excel Sheet-04

Uploaded by

rajindere saini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views1 page

Excel Sheet-04

Uploaded by

rajindere saini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Excel_Table-04

A B C D E F G
1 month rent food fuel bills total
2 jan 12000 6000 1000 3500 =SUM(C4:F4)
3 feb 10000 7000 600 4000 =SUM(C5:F5)
4 march 11000 8000 700 4500 =SUM(C6:F6)
5 april 12000 9000 2200 5400 =SUM(C7:F7)
6 may 13000 2200 3000 6200 =SUM(C8:F8)
=SUM(C9:F9)

a).calculate total in cell G2


b).find the number of cells having value more than 10000 Of Rent Amount =COUNTIF(C4:C8,">10000")
c).find out the number of cells having values less then 2000 of Fuel Amount =COUNTIF(E4:E8,"<2000")

You might also like