Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I have given a data validation for A1. The column is validated to accept the data only if B1 is true. The issue is, when i drag down the validation from A1 till A100, the validation is not changing respectively. The validation in A2 should accept data only if B2 is true and not when B1 is true. It wont change like formulas, when we copy and paste the validation to next cell? Any help is greatly appreciated. -Dileep |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Dileep,
After you set the validation on A1, select A1 to A100 and click Data-Validation again. Excel will ask you if you want to extend the validation on A1 to the other cells. Cheers Marjo "Dileep Chandran" wrote: Hi, I have given a data validation for A1. The column is validated to accept the data only if B1 is true. The issue is, when i drag down the validation from A1 till A100, the validation is not changing respectively. The validation in A2 should accept data only if B2 is true and not when B1 is true. It wont change like formulas, when we copy and paste the validation to next cell? Any help is greatly appreciated. -Dileep |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hello Marjo, What I need is, the validation in A1 should change respectively when we drag it till A100. I have given the formula =IF(B1)=False in the data validation in A1 But when I copy the same validation to A2 the formula should change to =IF(B2)=False. Is it possible? Is my question clear? Thanks for the help. -Dileep |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dileep,
As Marjo says you can select A1:A100 and enter the data validation in one hit, no need to drag copy. Notwithstanding that, it works fine for me, the formula adjusts. I did just use a formula of =B1, no need for the IF etc. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Dileep Chandran" wrote in message ups.com... Hello Marjo, What I need is, the validation in A1 should change respectively when we drag it till A100. I have given the formula =IF(B1)=False in the data validation in A1 But when I copy the same validation to A2 the formula should change to =IF(B2)=False. Is it possible? Is my question clear? Thanks for the help. -Dileep |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thats fine. But its not working if we are refering to another sheet. Say if the forumla is =Indirect(Sheet2!B1)=False Any idea? -Dileep |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
ah, see if helps when you give us all the details.,
Use =INDIRECT("Sheet2!B"&ROW(A1)) -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Dileep Chandran" wrote in message oups.com... Thats fine. But its not working if we are refering to another sheet. Say if the forumla is =Indirect(Sheet2!B1)=False Any idea? -Dileep |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data validation with hyperlinks | Excel Worksheet Functions | |||
32,000 data points error message | Charts and Charting in Excel | |||
Data validation does not seem to work with copy/paste | Excel Discussion (Misc queries) | |||
Error Message with Data Validation | Excel Discussion (Misc queries) | |||
Pulling data from 1 sheet to another | Excel Worksheet Functions |