Hello All,
I am not sure if this is possible and I have not been able to find something in the the threads that would help me. My question is the following:
I have 4000 rows of data, one row contains text (column A) and another with numbers (column B) and a third column with text (column C) located in sheet 1 In sheet 2 there is a table that contains a number (total value) the text in sheet 1. We currently take the text and the value in sheet 2 and filter for the text in sheet 1. Starting at the bottom of sheet 1 we manually highlight the cells in column b until the sum is equal to or greater than the value in sheet 2. Once we find identify the cells in sheet 1 that sum to > or equal to s value in sheet 2 we update the sheet 1 column C value to "NO" text. For example:
Sheet 2
A 500
Sheet 1
A 100
A 300
A 1000
A 100
A 500
A 300
A 200
A 100
The code should change the last three rows column C value to NO. Please note the data is sorted and the code needs to start from the bottom and work its way up until the criteria (sun) is met.
Appreciate your help
I am not sure if this is possible and I have not been able to find something in the the threads that would help me. My question is the following:
I have 4000 rows of data, one row contains text (column A) and another with numbers (column B) and a third column with text (column C) located in sheet 1 In sheet 2 there is a table that contains a number (total value) the text in sheet 1. We currently take the text and the value in sheet 2 and filter for the text in sheet 1. Starting at the bottom of sheet 1 we manually highlight the cells in column b until the sum is equal to or greater than the value in sheet 2. Once we find identify the cells in sheet 1 that sum to > or equal to s value in sheet 2 we update the sheet 1 column C value to "NO" text. For example:
Sheet 2
A 500
Sheet 1
A 100
A 300
A 1000
A 100
A 500
A 300
A 200
A 100
The code should change the last three rows column C value to NO. Please note the data is sorted and the code needs to start from the bottom and work its way up until the criteria (sun) is met.
Appreciate your help