parankush
New Member
- Joined
- Jun 11, 2020
- Messages
- 36
- Office Version
- 365
- 2021
- 2019
- 2016
- 2013
- 2011
- 2010
- 2007
- 2003 or older
- Platform
- Windows
- MacOS
- Mobile
- Web
I have a data table in which I have Name of party, Bill number, Bill date, Days, Bill Amount and outstanding amount.
What I want is, if the number of days fall under 30-45 the row should be colored with a particular color code and if it is more than 45 then with another specific color code.
The row should be coloured only ill column F.
Please help mw with it.
The color codes are as follows -
The data set is
What I want is, if the number of days fall under 30-45 the row should be colored with a particular color code and if it is more than 45 then with another specific color code.
The row should be coloured only ill column F.
Please help mw with it.
The color codes are as follows -
Range Date | Color Code |
More than 45 | Red - 255 Green - 204 Blue - 255 |
Between 30 to 45 | Red - 242 Green - 220 Blue - 219 |
The data set is
Name of the party | Bill No. | Bill Date | Days | BILL Amount | Outstanding |
Amazon | / / | 1,32,760 | 1,27,564 | ||
3362 | 20/10/2022 | 54 | 29,469 | 24,273 | |
3557 | 31/10/2022 | 43 | 37,700 | 37,700 | |
3644 | 03/11/2022 | 40 | 13,308 | 13,308 | |
4155 | 01/12/2022 | 12 | 1,930 | 1,930 | |
4264 | 09/12/2022 | 4 | 12,269 | 12,269 | |
Flipkart | / / | 4,114 | 4,114 | ||
3878 | 17/11/2022 | 26 | 4,114 | 4,114 | |
Myntra | / / | 1,799 | 878 | ||
4023 | 24/11/2022 | 19 | 1,799 | 878 | |
Cloudtail | / / | 4,015 | 4,015 | ||
3634 | 03/11/2022 | 40 | 4,015 | 4,015 | |
Retailx | / / | 2,037 | 2,037 | ||
4262 | 09/12/2022 | 4 | 2,037 | 2,037 | |
EZ Elc | / / | 8,266 | 7,068 | ||
3629 | 03/11/2022 | 40 | 3,209 | 2,011 | |
3877 | 17/11/2022 | 26 | 2,275 | 2,275 | |
4263 | 09/12/2022 | 4 | 2,782 | 2,782 |