Conditional formatting and transpose
Closed
lizzy
-
16 Jul 2009 à 10:16
Excelguru Posts 261 Registration date Saturday 11 April 2009 Status Member Last seen 21 June 2011 - 20 Jul 2009 à 23:29
Excelguru Posts 261 Registration date Saturday 11 April 2009 Status Member Last seen 21 June 2011 - 20 Jul 2009 à 23:29
Related:
- Conditional formatting and transpose
- Excel clear formatting - Guide
- Excel conditional formatting based on date - Guide
- Risk formatting excel - Excel Forum
- Excel conditional formatting dates overdue ✓ - Excel Forum
- Formatting windows 7 - Guide
5 responses
Excelguru
Posts
261
Registration date
Saturday 11 April 2009
Status
Member
Last seen
21 June 2011
307
17 Jul 2009 à 00:33
17 Jul 2009 à 00:33
Hello lizzy
Do a vlookup to get either of the figures to make both of them rowwise / column wise
then do a comparison in the near by column using if
The do a conditional formatting based on this cells value for the entire row /column
Do a vlookup to get either of the figures to make both of them rowwise / column wise
then do a comparison in the near by column using if
The do a conditional formatting based on this cells value for the entire row /column
Hi Excelguru,
Thanks for your reply! I'm so glad that there seems to be a solution for this :)
Would you be so kind as to go more into detail with your suggestion? And the thing is, the cells that contain the values are linked to another spreadsheet. So I don't really know how to include the filepath into the formular with the vlookup. (I think I'm doing something wrong here, but Excel Help is not really bringing me any further...)
What do you mean with the near by column? Unfortunately I'm no good with vlookup - that was the one I used to copy in exams... ;)
I would be soo grateful if you could explain it to me in a simple way :)
Have a great day!
Thanks for your reply! I'm so glad that there seems to be a solution for this :)
Would you be so kind as to go more into detail with your suggestion? And the thing is, the cells that contain the values are linked to another spreadsheet. So I don't really know how to include the filepath into the formular with the vlookup. (I think I'm doing something wrong here, but Excel Help is not really bringing me any further...)
What do you mean with the near by column? Unfortunately I'm no good with vlookup - that was the one I used to copy in exams... ;)
I would be soo grateful if you could explain it to me in a simple way :)
Have a great day!
Excelguru
Posts
261
Registration date
Saturday 11 April 2009
Status
Member
Last seen
21 June 2011
307
17 Jul 2009 à 03:37
17 Jul 2009 à 03:37
Hello Lizzy
The syntax of vlookup is
VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)
to get entries to a row
=vlookup(a1, sheet2!$a$1:$b$5,2,false) to get your data where sheet2!$a$1:$b$5 contains your data in columns
Open both the files then select the range in the formula.
The syntax of vlookup is
VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)
to get entries to a row
=vlookup(a1, sheet2!$a$1:$b$5,2,false) to get your data where sheet2!$a$1:$b$5 contains your data in columns
Open both the files then select the range in the formula.
Hey :)
Thanks again!
After now having tried all kinds of vlookup-things and conditional formatting, I still have not been able to achieve the desired result. And I really do not want to do it manually... Please help me :)
I guess, I did not express myself very well enough... The two data tables are both in the same spreadsheet and the data is not in any order at all - so there is no chance of sorting it in an ascending or descending way. I guess this is what makes the vlookup difficult or impossible, as far as I have now figured that out.
And its still the problem of comparing vertical data to horizontal one - is there maybe a possibility to use the transpose function in combination with the conditional formatting?
If it cannot be worked out with Excel functions, maybe someone can help me finding a solution with VBA... I will be grateful for anything...
Thanks a lot!
Thanks again!
After now having tried all kinds of vlookup-things and conditional formatting, I still have not been able to achieve the desired result. And I really do not want to do it manually... Please help me :)
I guess, I did not express myself very well enough... The two data tables are both in the same spreadsheet and the data is not in any order at all - so there is no chance of sorting it in an ascending or descending way. I guess this is what makes the vlookup difficult or impossible, as far as I have now figured that out.
And its still the problem of comparing vertical data to horizontal one - is there maybe a possibility to use the transpose function in combination with the conditional formatting?
If it cannot be worked out with Excel functions, maybe someone can help me finding a solution with VBA... I will be grateful for anything...
Thanks a lot!
Excelguru
Posts
261
Registration date
Saturday 11 April 2009
Status
Member
Last seen
21 June 2011
307
20 Jul 2009 à 23:29
20 Jul 2009 à 23:29
Just to inform you that vlookup does not require a sorted list