![]() |
Conditional formatting
Condictional formatting have 3 condictions available.
I need more because: The cell D12 have a list (name Documents - invoice, credit note, debit note, .... more than 3). when I try to make on cell K12 a conditional formatting, formula D12="Invoice" it works, but when I try D12="invoice" or "credit note" ..... it don't work. please could anybody help me ? |
Conditional formatting
"Nuno Jácome" wrote: Condictional formatting have 3 condictions available. I need more because: The cell D12 have a list (name Documents - invoice, credit note, debit note, ... more than 3). when I try to make on cell K12 a conditional formatting, formula D12="Invoice" it works, but when I try D12="invoice" or "credit note" .... it don't work. please could anybody help me ? If you put your list of all the values in another column, you can then have D12 refer to a Range of cells instead of just one. Put your "like" items in a group, then have the formula work like this if your new column is in G. "Invoice" is in G2 and "credit note" is in G3 Formula D2=$G$2:$G$3 Will this help? |
Conditional formatting
The Machine says: It not possible use unions, interactions,
...................... Thanks any way "jbtenor1" escreveu: "Nuno Jácome" wrote: Condictional formatting have 3 condictions available. I need more because: The cell D12 have a list (name Documents - invoice, credit note, debit note, ... more than 3). when I try to make on cell K12 a conditional formatting, formula D12="Invoice" it works, but when I try D12="invoice" or "credit note" .... it don't work. please could anybody help me ? If you put your list of all the values in another column, you can then have D12 refer to a Range of cells instead of just one. Put your "like" items in a group, then have the formula work like this if your new column is in G. "Invoice" is in G2 and "credit note" is in G3 Formula D2=$G$2:$G$3 Will this help? |
Conditional formatting
"jbtenor1" escreveu: "Nuno Jácome" wrote: Condictional formatting have 3 condictions available. I need more because: The cell D12 have a list (name Documents - invoice, credit note, debit note, ... more than 3). when I try to make on cell K12 a conditional formatting, formula D12="Invoice" it works, but when I try D12="invoice" or "credit note" .... it don't work. please could anybody help me ? If you put your list of all the values in another column, you can then have D12 refer to a Range of cells instead of just one. Put your "like" items in a group, then have the formula work like this if your new column is in G. "Invoice" is in G2 and "credit note" is in G3 Formula D2=$G$2:$G$3 Will this help? The Machine says: It not possible use unions, interactions, ........ Thanks anyway |
Conditional formatting
Are you just trying to put multiple tests under one conditional format
condition or are you truly trying to use more than 3 conditional formats (4 if you count the default format)? If you are just trying to conditionally format using the same format if D12 is either "invoice" or "credit note" then you can use the formula: =OR("invoice","credit"). - Roadkill "Nuno Jácome" wrote: "jbtenor1" escreveu: "Nuno Jácome" wrote: Condictional formatting have 3 condictions available. I need more because: The cell D12 have a list (name Documents - invoice, credit note, debit note, ... more than 3). when I try to make on cell K12 a conditional formatting, formula D12="Invoice" it works, but when I try D12="invoice" or "credit note" .... it don't work. please could anybody help me ? If you put your list of all the values in another column, you can then have D12 refer to a Range of cells instead of just one. Put your "like" items in a group, then have the formula work like this if your new column is in G. "Invoice" is in G2 and "credit note" is in G3 Formula D2=$G$2:$G$3 Will this help? The Machine says: It not possible use unions, interactions, ........ Thanks anyway |
Conditional formatting
I'm not un expert, so I will try to explain again.
In the D12 cell I have a list (Invoice, credit note, Debit note, etc). In the cell K12 I have a number (curency format ‚¬). I want if D12 as select Invoice or (more than 3) K12 will appear red. I can do it till 3 times like this: =D12="invoice" I try your suggestion and it don't work because (I think) I put =D12=OR("invoice","credit") if I put =OR("invoice","credit") it don't work too because the cell K12 have a number to be colored if D12 as "invoice" or "credit" or .......... Thanks any way "roadkill" escreveu: Are you just trying to put multiple tests under one conditional format condition or are you truly trying to use more than 3 conditional formats (4 if you count the default format)? If you are just trying to conditionally format using the same format if D12 is either "invoice" or "credit note" then you can use the formula: =OR("invoice","credit"). - Roadkill "Nuno Jácome" wrote: "jbtenor1" escreveu: "Nuno Jácome" wrote: Condictional formatting have 3 condictions available. I need more because: The cell D12 have a list (name Documents - invoice, credit note, debit note, ... more than 3). when I try to make on cell K12 a conditional formatting, formula D12="Invoice" it works, but when I try D12="invoice" or "credit note" .... it don't work. please could anybody help me ? If you put your list of all the values in another column, you can then have D12 refer to a Range of cells instead of just one. Put your "like" items in a group, then have the formula work like this if your new column is in G. "Invoice" is in G2 and "credit note" is in G3 Formula D2=$G$2:$G$3 Will this help? The Machine says: It not possible use unions, interactions, ........ Thanks anyway |
All times are GMT +1. The time now is 07:08 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com