If function and how to make a complex one

excelNuts

New Member
Joined
Oct 31, 2017
Messages
8
hello once again and i wanna thank you for the help iam getting in here
most helpful forum i found so far
i wanna us (IF) function in input a text based on a certain value
i have 60 accounts in my program and i want when i make a transaction from cell to another
it get written automatic on a cell
what i tried
=IF(N5>0;"any Client";"")(M5>0;"any client";"")and if there is more than one transfer i want it to write others
any help would be much appreciated
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
I am not sure your question is quite clear, but let me recommend something to see if it helps.

If you wanted to do a nested IF statement, you would structure it like this:
Code:
=IF(N5>0;"[I]return this[/I]";IF(M5>0;"[I]return that[/I]";"[I]else return this if neither condition met[/I]"))

If that is not what you are looking for, please provide more detail, and maybe walk us through an actual example.
 
Last edited:
Upvote 0
thank you maybe i wasn't clear enough on what i want i will try to explain
i have a 60 account of clients so i want when i make a daily transfer from account to another it get written automatic in another table
for example i transfered from john 100$ to hal so the function from john to hal
if there was more than a transfer make write others in the cell
i tried alot with if but it doesn't seem to be written correctly
 
Upvote 0
Without knowing the exact structure of your worksheets and tables, I think it is hard to say.
But it might be something that you would need VBA for.
 
Upvote 0
Tde38
embed.js" charset="utf-8">*********>


here a picture of the structure of my table and if you could give a little string to start with would really apprecaite it

Tde38
https://imgur.com/a/Tde38

this is a link to the pricture if the embad didn't work
 
Upvote 0
Your image did not work. And unfortunately, the site you used for your image is blocked by my corporate security team.

There are tools here you can use to post screen images. They are listed in Section B of this link here: http://www.mrexcel.com/forum/board-a...forum-use.html.
Also, there is a Test Here forum on this board that you can use to test out these tools to make sure they are working correctly before using them in your question.
 
Upvote 0
i am really sorry i was in a vacation the whole weak so i couldn't be at reach here is the type of a table iam working on i want to know how to make if condition to make the transfers (from to ) automatic i can see that it doesn't copy merged cells but i hope you get the idea



Excel 2010
ABCDEFGHIJKLMN
2
3no.dateinfo.fromtojohnhalkhalid
4inoutinoutinout
5
6from john to hal100$100$
7
8
9
10second condition100$100$100$100$
11from john to others
12
13
14
15
16
17
18
19

<tbody>
</tbody>
Sheet5
 
Last edited:
Upvote 0
i have to say i am a little disappointed i thought this problem will have a quick answer from mr.excel but i have to notify that the problem is solved
 
Upvote 0
i have to say i am a little disappointed i thought this problem will have a quick answer from mr.excel but i have to notify that the problem is solved
i am really sorry i was in a vacation the whole weak
You are not the only one who takes vacations! I have been away myself since I last replied (check my history, and you will see I have been around here in days).
We all need breaks!

Anyway, I just got back and I am glad to hear that you have a solution.
 
Upvote 0

Forum statistics

Threads
1,214,839
Messages
6,121,892
Members
449,058
Latest member
Guy Boot

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