Hi all..
i have posted excel file with if condition calculating cumulative total. I request u to assist me in finding out cumulative total with other formula, just in case if i have to use 12 months.
Currently... the excel file holds only 3 months. Formula will be long,if i keep adding months...
thank you hui, thank you very much, solved.
thank you bob, as advised by both of you i have unmerged the cells and now it is working.
I didn't know that i have to use
1. MATCH($G$3,Sheet2!$B$4:$B$26,0),2 (where 2 denotes to column).
thanks i learnt today something specific in Match...
hi...
i am trying to vlookup and get the matching date in the corresponding column. I am able to match only one criteria. When i try other criteria, the result is blank.
File attached for your reference..
thanks
it says run time error 92
LastRow = rng.Row
i want to save it in sheet1 (where i have badge no. employee and leave balance), not in the sheet where i have the calendar.
thanks in advance
I tried but code is not matching.
Actually i am trying to lookup the emp no. and match the balance leave.
When i get the balance leave of that particular employee it needs to be saved in other sheet adjacent to that particular employee
hi...
pls ignore the previous attachment.
Kindly advise me where i am going wrong in the code. Because if i press save button. It is overwriting the value in the 2nd sheet. But i would want to save the value to the corresponding employee, not to overwrite.
thanks...
hi excel experts,
i used the following code to copy data from sheet 1 to sheet 2,
Sub Save()
Dim LastRow As Integer
LastRow = Worksheets("sheet2").Range("C65536").End(xlUp).Row
Sheets("sheet1").Range("H5").Copy Worksheets("sheet2").Cells(LastRow, 3)
With Worksheets("sheet1").Activate...
Dear Sir,
Apologies...
Target Actual
1000 700
10 4
60 50
0% 1
0% 2
From the above table:
1. if the "TARGET" and "ACTUAL" is same then as per the first chart, bar needs to display green.
2. if the "ACTUAL" is below the "TARGET" is same then as per the first chart, bar needs to...
hi...
I would like to apply conditional formatting for excel chart. I am bit confused as how to apply it for 5 factors mentioned in the chart.
Which cell has to be taken to apply conditional format.
Sheet is attached for your perusal.
Regards,
ganeshm
Thread Moved
Hi...
There are 2 sheets in the workbook which i want to link with another workbook, which will be having -
BD# NAME JOB
If i type BD# no. (i.e. emp. no. - "101241"), the formula needs to fetch the "name" and "job" and give result as the following:
BD# NAME JOB
101241...