Excel functions
Closed
prasoon
-
Mar 18, 2010 at 05:13 AM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Mar 18, 2010 at 07:05 AM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Mar 18, 2010 at 07:05 AM
Related:
- Excel functions
- Excel marksheet - Guide
- Number to words in excel - Guide
- Excel free download - Download - Spreadsheets
- Kernel for excel - Download - Backup and recovery
- Excel date format dd.mm.yyyy - Guide
1 response
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Mar 18, 2010 at 07:05 AM
Mar 18, 2010 at 07:05 AM
suppose data 2,6,2 etc are in A2,A3 A4 etc(A1 is having heading)
in B2 type this formula
=IF(AND(A2>=1,A2<=5),A2*2.5,IF(AND(A2>5,A2<=10),A2*5))
copy B2 down
If the value in col A is >=1 and <=5 then data will be multiplied by 2.5
if the value 6 and above upto 10 data will be multiplied by 5
in B2 type this formula
=IF(AND(A2>=1,A2<=5),A2*2.5,IF(AND(A2>5,A2<=10),A2*5))
copy B2 down
If the value in col A is >=1 and <=5 then data will be multiplied by 2.5
if the value 6 and above upto 10 data will be multiplied by 5