Need help with the formula

BuntZMehta

New Member
Joined
Aug 4, 2012
Messages
6
Hi I am looking formula which will determine the value of a certain cell and apply the same value to other cells simultaneously..

For Eg:-

If J33 is '0', then K33, M33, N33, O33, P33, Q33 & R33 should be '0' as well without I filling it

I have attached an image file for your reference.

Thank you!!

1cEzv
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
What should the values be of K33, M33, N33, O33, P33, Q33, and R33, if If J33 does not equal 0?
 
Upvote 0
They should remain Blank otherwise...

I'll have to update them Manually with the appropriate values...
 
Upvote 0
Are you looking for something like this?

=IF(AND(J33<>"",J33=0),0,"")

or

=IF(J33=0,IF(ISBLANK(J33),"",0),"")
 
Upvote 0
Thanks bro for your prompt replies.. but the solution which you have provides is not working within my cells..

Dont we have an option where we can upload the excel file which I am working on so that you can get an idea of what exactly I am asking you..
 
Upvote 0
Guess what??? Yippie!!
Its working!!!

I had pasted the wrong values on the wrong cell!!

Hats off!!

Thanks a lot!!
 
Upvote 0
Can I post more apt. question here on the same there regarding the formula values if I am stuck somewhere??
 
Upvote 0

Forum statistics

Threads
1,216,113
Messages
6,128,904
Members
449,477
Latest member
panjongshing

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top