Thread: [Solved] Modelling and Formatting
View Single Post
 
Old 02-19-2014, 12:25 AM
Jimmy Tsawo Jimmy Tsawo is offline Windows Vista Office 2010 64bit
Novice
 
Join Date: Feb 2014
Posts: 4
Jimmy Tsawo is on a distinguished road
Default

I have used the following formula and it worked very well.

=AND(CELL("format",A1)=CELL("format",B1),CELL("for mat",A1)=CELL("format",C1))

My next question is as follows:
I want to add another column with a dropdown of the different units of measurement, eg %, dates, numbers, etc.

How can I use this formula to detect different formats in all the columns?
Reply With Quote