Gajendran Yadhav
Board Regular
- Joined
- Sep 8, 2023
- Messages
- 51
- Office Version
- 2010
- 2007
- Platform
- Windows
Dear experts,
I'm working on a file where I have any number of data and in one column (Column N) pertaining to Money Components.
This value is based on the data in the Column P.
I want the users to enter exact value.
The values in Column P are - CD, Civil, Criminal, FIR, WC, TPC (listed function)
I want values in column N to be dependent on column P.
If Column P is FIR or Criminal, Column N should be ZERO (0).
If column P is not FIR or Criminal, then any value greater than 0.
First four rows are title. first value is entered in row 5.
I used the following IF Function, however it failed.
=IF(OR(P5="FIR", P5="CRIMINAL"), 0, "*")
Please Help with Data Validation Formula.
And is there any possibility that Excel automatically calculates the value that I enter to lakhs (Indian System) or Millions.
Eg: if the value is 567891 (Five Lakh Sixty Seven Thousand Eight Hundred Ninty One), then it should return 5.67.
I have formatted the column N as "Currency" with Indian Rupee Symbol and with 2 decimal places.
Any help will be appreciated.
I'm working on a file where I have any number of data and in one column (Column N) pertaining to Money Components.
This value is based on the data in the Column P.
I want the users to enter exact value.
The values in Column P are - CD, Civil, Criminal, FIR, WC, TPC (listed function)
I want values in column N to be dependent on column P.
If Column P is FIR or Criminal, Column N should be ZERO (0).
If column P is not FIR or Criminal, then any value greater than 0.
First four rows are title. first value is entered in row 5.
I used the following IF Function, however it failed.
=IF(OR(P5="FIR", P5="CRIMINAL"), 0, "*")
Please Help with Data Validation Formula.
And is there any possibility that Excel automatically calculates the value that I enter to lakhs (Indian System) or Millions.
Eg: if the value is 567891 (Five Lakh Sixty Seven Thousand Eight Hundred Ninty One), then it should return 5.67.
I have formatted the column N as "Currency" with Indian Rupee Symbol and with 2 decimal places.
Any help will be appreciated.