PDA

View Full Version : Filling A Number Of Cells Based On Numerical Value



Ryan_Bernal
02-12-2013, 05:50 PM
Hello guys,
Good day!
Need help regarding on this.
I just want to filling A Number Of Cells Based On Numerical Value.
So that it will tell the user to input only on the filled cells.
Let say B3 is the numerical value and the cells to be filled is from range E3:N10
The value of B3=5 then the cells should be fill are range E3:I5.
When there is data that will be inputted after I5 the cell will filled with red color.
Here is my workbook.
Thanks in advance.

Ryan_Bernal
02-12-2013, 06:17 PM
I already solve my own problem. using conditional formatting.
But if you have better solutions, please let me know.
Thank you so much.

Admin
02-12-2013, 10:36 PM
Thanks for sharing :)

Ryan_Bernal
02-13-2013, 12:04 AM
Thanks for sharing :)

I am much thankful to become a member of this forum. Excelfox.com ROCKS!!! \íi/;)

Kevin@Radstock
02-13-2013, 12:27 PM
Hi Ryan_Bernal

Another solution for the formatting might be.
Rule 1 Green: =COLUMNS($E$3:E3)<=$B$3
Rule 2 Red: =AND(E$3<>"",COLUMNS($E$3:E3)>$B$3)

Kevin

Ryan_Bernal
02-13-2013, 09:44 PM
Hi Ryan_Bernal

Another solution for the formatting might be.
Rule 1 Green: =COLUMNS($E$3:E3)<=$B$3
Rule 2 Red: =AND(E$3<>"",COLUMNS($E$3:E3)>$B$3)

Kevin

Thanks bro.

https://www.youtube.com/channel/UCnxwq2aGJRbjOo_MO54oaHA (https://www.youtube.com/channel/UCnxwq2aGJRbjOo_MO54oaHA)